Jack Rosenthal
Jack Rosenthal
Looks more like an equation or something Python-esque than lisp.
https://github.com/jackrosenthal/kajiki/runs/6941499171?check_suite_focus=true
* Add new function ``gcc.is_cplusplus`` to determine if we are compiling C++ * Use ``gcc.is_cplusplus`` in gccutils to not iterate over fullname when we are not using C++ (resolves davidmalcolm#72)...
I love kconfiglib, it's a great Python library. But several issues and PRs have been opened in the past 2 years without response from @ulfalizer . @ulfalizer -- do you...
Support for either of these cases: ``` struct foo_t { struct __attribute__((packed)) { int a; char b; }; }; ``` ``` struct foo_t { struct { int a; char b;...
threelayout.org will become the homepage to introduce users to the layout. I'm currently working on the website.
The matrix spec permits hosting a file `.well-known/matrix/server` on the server's web root, delegating the server tasks to another hostname: https://spec.matrix.org/v1.9/server-server-api/#resolving-server-names It appears that `matrix-commander` does not check this file:...
Three patches are included which replace functions which are commonly a cause of buffer overflows. Read the commit message of each patch for description.
### Affected Version 12.3.0 ### Describe the bug ``` $ makepkg --skippgpcheck --nocheck --nosign --holdver #7 3.4[97](https://github.com/jackrosenthal/pkgbuild/actions/runs/7968559893/job/21753060462#step:8:98) ==> Making package: yay 12.3.0-1 (Tue Feb 20 04:45:17 2024) #7 3.500 ==>...
I have a couple of WR3L modules. I've tried reading the flash from them using `ltchiptool` , but get a funny error once the chip is in download mode: ```...