Barry Moore
Barry Moore
The manipulate tool does not work similarly on wireframe representation and ball and stick representation. This was shown to me at a conference on a Windows machine, therefore I am...
The interest in the book club has waned from the original participants and therefore we decided to postpone until further notice.
This should speed up the CI a bit.
https://github.com/write-you-a-scheme-v2/scheme/blob/e09e25cbbd77786a1fdb595e169be52c3f619063/docs/01_introduction.md?plain=1#L43-L44 While working through the tutorial, I noticed that this would probably make more sense as a qualified import. I can definitely make the change but looking for guidance :smile:
While working through the Tutorial, I found this minor typo.
It seems like `elm-format` should have some short options for users on the command line. The most obvious candidates are `--yes` and `--output`. It would be interesting to hear arguments...
https://github.com/haskell/vscode-haskell/blob/49321941dd38a4479b29ecf4a657f8392fd04b82/package.json#L140 A colleague of mine recently noticed this "deprecated scope" message. At Mercury we have quite a bit of trouble running HLS on our codebase. A coworker wrote an alternative...
A very nice feature I would like to port from Avogadro. Good way to learn some of the Qt features too.
https://github.com/arrayfire/arrayfire-haskell/blob/5d621602bb925ce5122a66011003498cbe638e2b/test/ArrayFire/ArithSpec.hs#L30-L33 I am not sure this is entirely helpful, feel free to close. I would like to use arrayfire for a project I am starting. It is included in my...
I ran into an issue with the following code https://github.com/microsoft/AIforEarth-API-Development/blob/18b33b3bd23b2720efc8c067bad64b972735c6da/Containers/base-py/ai4e_api_tools/ai4e_service.py#L139 where `self.tracer` was not defined. https://github.com/microsoft/AIforEarth-API-Development/blob/18b33b3bd23b2720efc8c067bad64b972735c6da/Containers/base-py/ai4e_api_tools/ai4e_service.py#L42-L43 Above L42, I guess you could just add `self.tracer = None` to prevent this....