search for: byrds

Displaying 20 results from an estimated 58 matches for "byrds".

Did you mean: birds
2020 Aug 05
4
TableGen trace facility
I wasn't sure how to respond to John Byrd's post, since it wasn't addressed to me. So I've responded to Nicolai's. I'm reasonably far along in the process of writing a new Programmer's Guide for TableGen. I will continue working on it and submit it for review. I expect to do some rewriting as a result. John: Would you like me to respect a copyright on your documents
2019 Dec 13
2
RFC: Using GitHub Actions for CI testing on the release/* branches
> I think my concern is that LLVM could prove to be too big and require too many resources for github's infrastructure. How many patches go into LLVM a day, and how many build and test jobs does GitHub allow users to run concurrently before being throttled? Please, no one confuse "what should be LLVM's official CIs" with "what can we do to make it easier for individuals
2019 Jun 13
2
Documentation cleanup review process?
Dear llvm-dev, As I've been working with llvm sources on a prototype backend, it seems to me that much of the documentation on llvm internals is, shall we say, wanting. (I'm looking at you particularly, tablegen.) I can clean up documentation issues and clarify in the .rst files as I'm learning, but the code submission process is silent on how documentation changes make it into
2020 Feb 06
2
RFC: Using GitHub Actions for CI testing on the release/* branches
On 02/06/2020 08:41 AM, Russell Gallop wrote: > Hi Tom, > > Thank you for setting this up. It's very useful. > > One question about what this builds. It only builds "ninja check-all", not "ninja all"[1]. check-all isn't a strict superset of all so while this covers most things, this does miss building a few things such as: > bin/clang-offload-wrapper
2019 Dec 12
4
RFC: Using GitHub Actions for CI testing on the release/* branches
Please forgive the incorrect threading on this reply to Tom Stellard's RFC. > I would like to start using GitHub Actions[1] for CI testing on the release/* > branches. As far as I know we don't have any buildbots listening to the > release branches, and I think GitHub Actions are a good way for us to > quickly bring-up some CI jobs there. Personally, I feel that Tom's
2002 Sep 29
2
XP troubles
...running wouldn't talk to Windows XP. It still won't. Can anyone direct me to any docs, howtos, or other docs concerning WinXP problems? Thanks... God's Blessings, Gene To everything there is a season, and a time to every purpose under heaven. Ecl 3:1 - and more recently, The Byrds
2023 Oct 30
2
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
> VID 2341 doesn't show up in the NUT Git source tree. I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers /arduino-hid.c I don't know enough about the project to know what a "subdriver" (that's what the comments says) is, but it looks to me like there's at least some people that have
2023 Nov 15
2
What is the arduino sub-driver intended to be used for?
Making progress on this PR. I have question about storing and checking state in a subdriver HID Power Devices can a "UPS.PowerSummary.CapacityMode" value. According to the spec, the values are: 0: maH 1: mwH 2: percent (%) 3: Boolean support only (OK or failed) Grep'ing the source, nothing makes use of this now (some subdrivers have it mapped to
2023 Oct 30
1
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
On Oct 29, 2023, at 10:17 PM, Kelly Byrd <kbyrd at memcpy.com> wrote: > > > VID 2341 doesn't show up in the NUT Git source tree. > I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers > /arduino-hid.c > Sorry, I made a mistake while searching for the VID. That should work. > Is it
2005 May 18
1
Next release of win32-dir?
Dan, Do you know when the next release of win32-dir is going to be available. I really would like to rely on it for the junction capability that Timothy Byrd posted. =) Thanks, Zach
1999 Jun 23
1
Unencypted Passwords problem
I am having difficulties in two areas regarding unencrypted passwords. The first is I added the use Administrator to the unix box, and I can log in from the console, however I cannot log in from a LANMANAGER client. The second thing is that accounts in the unix passwd file that have null passwords can't login to the samba server either. Is there a solution to either of these problems; if
2003 Feb 09
1
Windows XP Service Pack 1
I have a BSD system that I installed samba 2.2.7a onto. Smbd and nmbd both work great but if I try to use smbclient to connect to a WinXPpro (service pack 1) machine like this: smbclient //BO/C$ password -I 207.x.x.x -U Administrator -W NETENG -n HOMER I keep getting NT_STATUS_LOGON_FAILURE. I put a sniffer on the XP Pro machine and see the NT_STATUS_LOGON_FAILURE message. Is there a problem
2009 May 28
0
Re: ActiveResource as API test rig? Two jsons?
bump... On Wed, May 20, 2009 at 3:57 PM, Marc Byrd <dr.marc.byrd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > Hi, > > I''m using ActiveResource as an API test rig for an API we''re developing for > our PHP app - the goal being to validate that we''re following some > externally validated conventions for ReSTful API and that we can support at >
2023 Nov 05
1
Passing hid_rep_index to libusb_get_config_descriptor is wrong?
@jimklimov: Looking at the code that uses hid_rep_index, hid_desc_index, and hid_ep_in|out in usb_subdriver (all in nut_libusb.h) I don't see any use of the addvars mechanism. If I follow the examples that set and use those struct members, it looks like everything relies on them being initialized to 0 by default, then only set in subdrivers or situations that need something different. If I
2007 Sep 11
3
ActiveRecord, blocking or async, logging, syslog/udp
Here''s a gedanken experiment for those w/ far more knowledge than I about ActiveRecord, etc.: Let''s say my database is very remote and on a very slow machine. Let''s further say that my app has an action that leads to a very simple insert into the "impressions" table of the db, a la "INSERT INTO impressions(docid) VALUES($docid);" - and
2007 Aug 30
2
flash[:notice] as coach content...
Hi, I would like to use flash[:notice] to display coach content, e.g. "It''s generally a bad idea to do [whatever you just did]. Click here to find out why" - which goes to a more complete coaching page on that topic. My questions are: 1) Does anyone know of nice snippets for doing that (e.g. script.aculo.usfade in, fade out), and 2) It seems the (very plain) approach
2007 Sep 21
1
mysql-proxy vs. acts_as_readonlyable vs. ?
I have replicated my db (mysql) and have hit roadblocks with both mysql-proxy and with acts_as_readonlyable . Firstly, is there something else I should be using? What would be the advantages of mysql-proxy over in-rails solutions? One is that it keeps the rails config and code simpler, puts the db redirection (kinda) where it should be, at the (kinda) db layer of the architecture. Has anyone
2020 Aug 09
2
TableGen trace facility
John, I'm pretty much down to details and smoothing the text. Here is a pdf. Can you mark it with comments? Or you can send an email with a list. I will incorporate your comments and send you a second proof, so you can be sure I understood you. Is a week long enough? ~~ Paul At 8/5/2020 02:16 PM, John Byrd wrote: >I'd like to collaborate, if you point me at your tree. Like you,
2023 Nov 15
1
What is the arduino sub-driver intended to be used for?
You have the device side right. Devices have "UPS.PowerSummary.CapacityMode" (are the next three in %, mAh, or mWh? "UPS.PowerSummary.FullChargeCapacity" "UPS.PowerSummary.RemainingCapacity" "UPS.PowerSummary.RemainingCapacityLimit" "UPS.PowerSummary.WarningCapacityLimit" According to nut-names.txt, NUT has: battery.charge | Battery
2023 Nov 13
1
What is the arduino sub-driver intended to be used for?
oh! Ok, I'll go look at all the HID objects reported by the sample code @abratchik has on top-of-tree of his repo and see what makes sense to add to NUT. PR coming this week. On Sun, Nov 12, 2023 at 2:38?PM Jim Klimov <jimklimov+nut at gmail.com> wrote: > Well, the intention generally is to use it as a driver, so the more > abilities the merrier (PR would be welcome) :) >