George Dobrovolsky

Results 16 issues of George Dobrovolsky

It would be nice to have an optional ``WithLazyFields(key string, func() interface{})`` method to calculate field value only when it's retrieved with ``Get(key string)`` method. I.e. some entries may be...

The actual proposal is wasmerio/go-ext-wasm#22, forwarded here as requested by @Hywan. ### Motivation With ability to pause the VM, save it's state (memory, execution context) and restore it later it'd...

🎉 enhancement
📦 lib-compiler-llvm
priority-low

Functions that make HTTP requests should accept context for cancellation. Even worse, an http client with default options is used. Not only it doesn't have any timeouts, creating a new...

Thanks for proposing a new feature! ### Motivation Ability to limit the memory of the VM and it's execution time allows us to build sandboxed environments. ### Proposed solution Export...

🎉 enhancement
📦 component-extension
📦 component-runtime

See the title. Simple [Select](https://github.com/manifoldco/promptui/blob/master/select.go#L81) has them and `SelectWithAdd` just misses them. Also, they should be wired into `Select` [being created](https://github.com/manifoldco/promptui/blob/master/select.go#L536) inside... Also [this line](https://github.com/manifoldco/promptui/blob/master/select.go#L558) should be changed.

Hi! I wonder if BTT is going to release the schematics for the PCB of PITFT50 and the source code for the onboard STM32. That would help a lot in...

Given that Go has excellent networking library and it's a breeze to code network stuff in Go, could you provide an example of writing some dead-simple network lib in Go...

It's possible to "pick" it, but the game always starts with a random hero instead.

Is there actually any sense doing per-world threading? I.e. my server's runtime is spent mostly on dim0 ticking of tile entities, and updating a few chunks in nether and ender...

question
performance