-
Is it possible to change the default LaTeX template? I have some boilerplate code myself and wanted to use that one instead of the default one provided by the LaTeX Snippets Extension. I could not fin…
Khyta updated
1 month ago
-
# SCP Permission Denied Error on Pull Request
**Description:**
I'm encountering a permission error every time a pull request is made. The error message is:
```
scp: /tmp//pr-deploy.sh: Permi…
-
The plugin would add proto options:
- Messages:
- [x] ignore messages
- [x] automatically register messages types
- [x] mark field as message key
- [ ] mark field as index
- [ ] mark f…
-
## Problem
For some use cases, particularly when Smart Contract are based on time or blocks' height conditions, it is useful to conveniently "wait" for a given timestamp or block.
Moreover, when…
cusma updated
2 months ago
-
Also based on a call with Mark. He said it would have been helpful to provide a boilerplate as a starting point.
I'm not sure exactly where this would be in the code structure…Perhaps another repo …
-
Having pre-setup environment defined in a dockerfile would come in handy. Maybe even launching a full browser based VSCode editor for making code changes?
Notes:
For now following KISS practices. …
-
### What's needed?
We need to avoid showing boilerplate code when we want to just quickly show an abstract example in the docs, but we still want to make sure that code works, so it needs the boile…
-
There is a fairly common scenario for applying updates to a database: create an entity if it does not exist, or delete an entity if it exists. Now the code looks like this:
```csharp
var exist…
-
### Tell us about your feature request
"Hi maintainers 👋, I would like to add a tool that generates gRPC handlers as boilerplate code. This would allow us to focus more on business logic without havi…
-
I added a VerificationKey constructor purely for MsgPack deserialization as part of the write_vk/verify flow in the bb binary, but it leads to a lot of boilerplate code.