Michal Hornický

Results 14 issues of Michal Hornický

**What language does this apply to?** text_format **Describe the problem you are trying to solve.** Currently, the text_format s a nice debugging tool, However, there are a few drawbacks, when...

enhancement
text format

Given the proto: ```protobuf syntax = "proto3"; package api; import "google/protobuf/any.proto"; message Meta { } message Object { google.protobuf.Any object = 1; } message Service { Meta meta = 1;...

**Describe the bug** Providing a block to IPFS takes upwards of 4-5 minutes **To Reproduce** ``` let segment_cid = ipfs.put_block(block).await?; ipfs.provide(segment_cid.clone()).await.unwrap(); ``` **Expected behavior** Providing a block should be in...

bug

**Is your feature request related to a problem? Please describe.** It'd be nice to be able to derive serializing to and from IPLD without having to manually write that code....

enhancement

//Edit after a long time: For everyone, I suggest you read https://github.com/rust-lang/lang-team/issues/49, it summarizes state of things, and explains ideas explored in this RFC and subsequent discussion. This RFC outlines...

T-lang
T-libs-api
A-traits-libstd
A-closures
A-generators
Libs-Tracked

`GetActiveUniformName` Fails on OpenGL ES 3.0. This function is specified in [ARB_uniform_buffer_object](https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_uniform_buffer_object.txt) which is in Core OpenGL since version 3.1, but isn't available on OpenGL ES. `GetActiveUniform` provides same information,...

Currently, block label can be either identifier or string literal. I kind of want to support following pattern in a DSL I'm working on ```hcl template { repeat = 10...

I'd like to read arrays from tuples, but the method bound requires `T: IntoDatum`, which `Array( &self, attno: NonZeroUsize, ) -> Result { } ``` Is this just an oversight,...

needs-test
pgrx-array

I'm using bytes in an application, where I'm repeatedly slicing to sub-parts of the bytes. I do my own error-checking of bounds, and handle that out of the hot path....

**- What I did** First pass on implementing templating of tasks for placement purposes. When combined with multiple nodes nodes labeled like `srv=1`, `srv=2`, allows for pinning of individual instances...