Charles Strahan

Results 61 comments of Charles Strahan

I would suggest looking at the [Nix package manager](http://nixos.org/nix/) for getting Finalterm on Mac OS X (Nix is cross-platform, so the same package definitions would work across Linux, Mac, BSD,...

FWIW, this issue was [mentioned over on the `polkit` issue tracker.](https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/35#note_792551) Looks like `polkit` is considering switching to duktape over mozjs, as the latter greatly complicates the build process with...

The change to `func (p Pin) Configure(config PinConfig)` to allow for configuring a pin for use via PIO would be nice to have merged, in isolation of all the other...

@meiersi Do you have a plan in place to implement this? If this will require coordination with the React devs, I'd love to get that ball rolling - I'd like...

I'm also running into this. In the interim, what can I do to manually resolve things, short of reinstalling Ubuntu?

FWIW, there are some hardware mods that can make JTAG/SWD work on Teensy. See: https://forum.pjrc.com/threads/69748-Simple-WORKING-JTAG-UART-for-Teensy-4-1 My understanding from perusing the forums a while back is that the ARM chips on...

See https://stackoverflow.com/questions/57476533/why-is-statically-linking-glibc-discouraged/57478728#57478728 Two options: * Use `musl`, but then lose out on [Name Service Switch](https://en.wikipedia.org/wiki/Name_Service_Switch) * Keep using `glibc`, but then only statically link everything _other than libc_.

Hey, this is pretty neat. This does make me wonder, though: has the person that provided e.g. `lib/libwebrtc-darwin-amd64-magic.a` made their notes/scripts public? (I guess that's @arlolra and @keroserene, judging by...

I might suggest looking at some of the difficulties we've had packaging `npm` libs/apps in NixOS to drive the design of `ied`: http://sandervanderburg.blogspot.com/2016/02/managing-npm-flat-module-installations.html If `ied` can provide a sane(r) story...

Hi @prabhpreet! Thanks for working on this. I'd be interested in helping out, if possible. Could you recommend some resources that might be helpful implementing this? I'm still figuring stuff...