Andrew Chin

Results 56 comments of Andrew Chin

Hi Tom, I've personally never seen any blocks other than 1 and 2, but the `HRIT_DCS_File_Format_Rev1` pdf explicitly recomments checking the block length (section 3.2) > To support future enhancements...

The PDF files should probably be added in the `docs/files/` folder instead of being in the same folder as the source files

Note that the mosh chrome extension allows for multiple sessions. Just open a new chrome tab, click 'Apps', and then launch 'mosh'. Another window will pop up. Tested on Chrome...

Another possibility would be to compile https://github.com/dignifiedquire/zim to webassembly to use in a browser

This is primarily a problem when you are trying to use swagger to document an already existing API (that is, an API that you can't change). Which is a pretty...

I'm also interested in this. Two possible implementations come to mind: * A configuration change that will change the "Run" lens to run in release mode. * Adding a new...

Hi there, I for sure do not want the panics, but I would certainly welcome ideas about strategies that can improve compile times. > I'm also not convinced this strategy...

Can you say some more about the macro/procmacro idea? I didn't quite understand your suggestion

There's a lot of great working happening in this PR -- new module layout, a new macro system, support for writing values, etc. But I think this is a lot...

What if the `CpuTime` struct included a new field that contained the name of the cpu ("cpu4" for example)? Does that help? Or are you looking for maybe a HashMap...