dumblob

Results 1347 comments of dumblob

> Interesting idea. Could be worthwhile but not super relevant for my use case. You wanna throw something together? Not now (I'm too busy unfortunately) - it was just a...

>Also, would it make sense to update all the docs in https://docs.python.org/3/extending/extending.html to only use heap types and disallow the use of statics? I can't comment on the other stuff,...

I hope I'm not too late to the party. I just want to point out that implementing FEC (forward error correction) for hard disk storage (this includes all storage backends...

>maybe I can help some. That'd be awesome - @gokr had some big plans with Spry and despite my lack of time, I'm highly interested in Spry (see e.g. https://github.com/gokr/spry/issues/14...

@elimisteve @vincenzopalazzo the bang operator `!` would interfere with e.g. `map`s (e.g. `mymap['abc']!`) and potentially also with sum types (see also https://github.com/vlang/v/pull/12912 ). So whatever will be decided here, it...

Feel free to look how such highly cross-platform functionality is practically implemented in [neovim forks](https://github.com/neovim/neovim/wiki/Deps#forks ) which uses LeoNerd's [libtermkey](http://www.leonerd.org.uk/code/libtermkey/ ) and [libvterm](http://www.leonerd.org.uk/code/libvterm/ ) for that.

@mash-graz this is a great writeup, thanks! I would **emphasize** the following from your post as it leads me to the question "What everything could be moved from WASI to...

My point is, that we could leverage such "inner protocols" for problems which won't have any security implications and thus don't need to be part of the capabilities API. Therefore...

>WASI has fine grained sub-filedescriptor capabilities ("rights"). Can an application A which obtained capability set X (of type `__wasi_rights_t`?) make a copy of the capability set X resulting in cap....

My words - see https://github.com/WebAssembly/WASI/issues/1#issuecomment-479408778 and https://github.com/WebAssembly/WASI/issues/1#issuecomment-480387566 .