iilyak

Results 39 issues of iilyak

## Expected Behavior There is no documentation about constructing protobuf messages to issue HTTP requests from the client only HTTPResponses are covered. ## Current Behavior The documentation and example only...

C-documentation
good first issue
A-protobuf

Hi I am not sure whether it is a question or a feature request. I need a backlinks support for a static documentation site. I found https://github.com/binyamin/eleventy-garden which implements the...

question

Is it possible to build on MacOS for MacOS (given all build tools installed)? What about M1 based mac?

### Description Currently if a certain tool is needed in provision script and integrity protection is required the only option is to: 0. detect machine architecture to construct correct url...

**Describe the solution you'd like** Add command line argument to specify a configuration file which would contain list of repositories to download in parallel. My use case is to bootstrap...

enhancement

Currently there is support for reserved bits sets to zero or one. ``` #[packed_field(bits="0..=2")] _zeroes: ReservedZero, #[packed_field(bits="3..=4")] _reserved_one: ReservedOne, ``` However there is no (it seems) way to define a...

# Rationale There are cases when some task need to be run forever in a loop. For example watching for changes in files, compiling and triggering live reload. Currently it...

Is there any benefit of replacing go templates with https://github.com/flosch/pongo2? - Would it be easier for non go developers? - Is it hard to plug in? - Is it in...

It doesn't seem to be away to disable echo in alfred's prompt feature. It always prints the entered data back to terminal. Which makes it not secure to use for...