Kenta Iwasaki

Results 55 comments of Kenta Iwasaki

I took some time to debug the extension to find out why. `require("child_process).exec`, which is what `vscode-zig` uses to run the fmt command, does not support evaluating symlinks which `/snap/bin/zig`...

There are no immediate plans, though a KV store can be implemented on top of Flatend and exposed as a separate library :smile: I am currently working on something like...

Sorry for the late response! This flew by my inbox for some reason. I made PR #11 for this change: I'll merge it in and put up a new version...

Signal handling on posix systems is now done via `sigaction`, and examples have been updated. The hope is to replace `PackedWaker` / `PackedList` with a condvar implementation as suggested by...

Hello! Looking to use colfer for my next project in Go and stumbled upon the need for fixed-size arrays - has there been any progress on it so far? I'd...

> Hi @lithdew. The current release does not support the feature. It would not be hard to implement the most basic form, which is a byte array. If you can...

> Sorry for the delay @lithdew. Fixed size arrays tend to use all bits. Therefore I think we should simply write the bytes as is in the serial. > >...

I've encountered the same issue building projects that include the bytes of files into their source code using `include_bytes!`, as the files themselves get removed from the source tree in...

@delp Hello! Sorry to tell you, though the project was meant to be archived 2 years ago - for an FYI, @iwasaki-kenta is my old account. This project has been...

> Does `javascript/auto` work? > > [pine/arraybuffer-loader#12 (comment)](https://github.com/pine/arraybuffer-loader/issues/12#issuecomment-390834140) [webpack/webpack#7264 (comment)](https://github.com/webpack/webpack/issues/7264#issuecomment-388377363) Does not seem to work with create-react-app - error occurs even if `javascript/auto` is specified.