linrium

Results 8 issues of linrium

I checked the source code of the BSCValidatorSet. But I don't see where you get the top 21 staking validators. And I don't understand you need to shuffle twice when...

In `src/compiler/parse/utils/entities.rs`. `from_code` method matches duplicate two codes to both `Entity::nbsp` and `Entity::NonBreakingSpace`. It will cause the second statement to be never reached. 160 => Entity::NonBreakingSpace, 160 => Entity::nbsp,

Hi, I think we should use git conventional for our commit message and branch for easy maintenance. https://www.conventionalcommits.org/en/v1.0.0/

I had an error when using this plugin with modules project. ## Project structure root/ - **build.sbt** - project/ - **plugin.sbt** - modules/ - projectA/ - **build.sbt** - src/ -...

I was trying to run this example on local but it isn't working. I stuck in `Downloading base Docker image` step. ![image](https://user-images.githubusercontent.com/14315537/93478020-cc9a6c80-f925-11ea-9c4d-4daa27347dbc.png) When I try to use dockerless locally. I...

- [x] I have looked for existing issues (including closed) about this ## Feature Request Enable advanced customization of the SSE (Server-Sent Events) Event struct by introducing the EventExt trait....

C-feature-request
E-medium
A-axum

Depends on this PR: https://github.com/async-graphql/async-graphql/pull/1434

I try to deploy only one function but it isn't working. I got the message. I also try both options are dockerless and docker. The command I run `sls deploy...