Results 69 issues of Brian

In this issue https://github.com/Mozilla-Ocho/llamafile/issues/165 I had a thought about features that we may not want to integrate necessarily in to llamafiles because it is not as generalisable, but would be...

Most people using this won't necessarily have the most state of the art GPUs, if there is anyway to speed things up via various methods for lower spec GPU/CPUs... such...

Been trying out a desktop QR code scanner and been thinking... it might be worth exploring being able to display the command as a QR code rather than typing it...

**Is your feature request related to a problem? Please describe.** * Lack of package manager for openscad libaries * Distributing more complex openscad projects with multiple files * Trying to...

Type: Enhancement

If I understand the snippet correctly, this search and replaces the doc and replace specific sections with a specially formatted iframe. If that's the case, then in theory it could...

Something similar to how https://github.com/ulid/spec#specification would be appreciated. Also would be interested in how the conversion between timeflake to UUID and back may work (e.g. what extra field needed for...

question

Currently going though https://github.com/rust-lang/rustlings/tree/rustlings-1 and i found that it links to play.rust-lang.org via links like below: > https://play.rust-lang.org/?code=%2F%2F+variables1.rs%0A%2F%2F+Make+me+compile%21+Scroll+down+for+hints+%3A%29%0A%0Afn+main%28%29+%7B%0A++++x+%3D+5%3B%0A++++println%21%28%22x+has+the+value+%7B%7D%22%2C+x%29%3B%0A%7D%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%2F%2F+Hint%3A+The+declaration+on+line+5+is+missing+a+keyword+that+is+needed+in+Rust%0A%2F%2F+to+create+a+new+variable+binding.%0A Where you allow for embedding code via `code=`. Would it make sense...

wontfix

Continued from this closed PR https://github.com/contiki-ng/contiki-ng/pull/2652 Thanks to @nvt suggestion, I decided to try and give a shot at a python tool that would grab the csv values directly from...

Did an investigation in https://github.com/intel/tinycbor/pull/243 and traced the issue to AppVeyor dropping support for QT v6.1 As shown in https://www.appveyor.com/docs/windows-images-software/ I made a smaller PR to just change the version...

Attempted to see how adapting it to tinycbor goes https://github.com/intel/tinycbor/issues/240 I thought about matching style and the feature flag, however on further thoughts, I'm not convinced that feature flag macro...