Aleš Bizjak

Results 66 issues of Aleš Bizjak

It is sometimes necessary to have either phantom types or special bounds for types for the structs. `serde` supports supplying custom bounds on these types so that the derived instance...

I am using version 0.2.4 of haste compiler with ghc 7.6.3 and I am experiencing this runtime error (in the title). The libraries I am using are Data.Text, Parsec 3...

haste-lib

Add an option to enable load shedding for the service constructed for the connection. ## Motivation In the server we are implementing we want to load-shed when the service is...

**Version** ``` [[package]] name = "hyper" version = "0.14.28" [[package]] name = "h2" version = "0.3.24" [[package]] name = "tonic" version = "0.10.2" ``` **Platform** ``` Linux ****** 6.6.13-200.fc39.x86_64 #1...

C-bug
A-http2

**Describe the bug** Suppose the template to generate from is in a repository `b` that has a git submodule `a` as a dependency. So the repository `b looks like the...

Type: Bug

**Task description** When executing contracts with cargo concordium it currently outputs "interpreter energy", which is not the same as NRG used by the chain. Additionally, it only accounts for execution...

[Size] Medium
[Type] Task

**Task description** Provide a standard template on how a smart contract should immitate a memo feature when doing transfers to accounts. The transfer message cannot contain any metadata in addition...

[Type] Task

**Task description** The deployment scripts that come with templates are a bit verbose. There is a lot of functionality in the Rust SDK that is not used, but should be....

[Type] Task

## Purpose Prototyping some basic components to reuse code in contracts. ## Checklist - [ ] My code follows the style of this project. - [ ] The code compiles...

**Task description** Currently when running `cargo concordium test` you need to either supply an `-o` parameter that matches what you put in the integration tests or don't supply any `-o`...

[Type] Change Request
[Type] Task