-
It would be nice to add to "Finals" table below the information about:
- size of table data transferred over network,
- data transfer rate,
- size of indexes created,
- index creation rate GB\sec
…
-
This project looks very interesting; I'm writing a CLI app that needs to serve one single request (for OAuth), and in principle I'd like to avoid having to spin up Tokio and go full async just for tha…
-
Hello!
Suppose the following image operation:
var stream = gm('piano.png').crop(100, 100, 0, 0).stream('jpg')
How can I be notified of processing errors (such as if "piano.png" couldn't be opened)?
…
-
To compare against "abc", we currently emit code to test whether uint16(first two bytes)==uint16("ab") and then whether (third byte)=="c".
I suspect that it'd be more efficient to load the three by…
-
For EnviroDIYPublisher [tpwrules](https://github.com/tpwrules) has proposed an enhanced method for uploading to the server, to allow for faster server processing. It results in larger overall pack…
-
Add a fixed width buffer on the client and the server side.
Sync the header with the binary blob? (@Sathe: Not sure if we were planing this for this week. Please update)
gajan updated
10 years ago
-
I've creating this issue so I could find someone that is willing to maintain this project.
Originally I've created `peep-dired` to learn and play with Emacs. The idea of peeping the files from dired …
-
I have one big feature request for libvgm, and that is improved support for voices/channels in the API (I use the term "voice" to disambiguate from left/right stereo channels).
#### Device names/vo…
-
I will work on some of these myself, I'm posting here to see if there's additional interest.
+ Context-specific completion where it makes sense (e.g. tags)
+ elfeed-search-set-{entry,feed}-title s…
-
Some modules check for the existence of Buffer but don't require it to work. Because the identifier `Buffer` is seen by browserify, it becomes bundled. Buffer addes quite a lot of code to a bundle tha…