-
### Description
I would like to see DX improved for extension development with hot reloading.
#### Current Behavior
- Modify some source code (like `extension.ts`)
- To see the changes reflec…
-
As we're updating samples for Steeltoe v4, please keep the following guidelines in mind:
- Start from the standard .NET 8 project templates, add comments for Steeltoe/sample-specific changes.
- Su…
-
Finally learned enough GLSL and THREE-flavored GLSL to be dangerous!
Went to port over some of my shader-toys and from what I remember the process went something like this.
1. Created a new shad…
-
### Use case
It would be helpful to have a helper function to validate that required environment variables are present and not empty. This is a common use case when developing Lambda functions, and c…
-
## Prerequisites
- [ ] Using npm
- [ ] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
- [ ] Using latest version of devtoo…
-
There is no way to dismiss the boilerplate buttons which appear over the Result/Console area. And if you have already started writing a fiddle, clicking one of these buttons clears it. Please add so…
-
Hi,
I have appreciated Entitas event listener to separate business logic layer from a view layer.
Have you found a way to minimize the number of lines to copy and paste to create a file that is …
-
We need a boiler plate package.json files ideally instead of running npm create vite@latest we might be able to just copy the package.json and run npm install.
### Root package
* should include m…
-
Hello, I encountered some difficulties when publishing my custom artifact to Maven Central. Here is my `build.gradle.kts` file. On line 25, I defined `uberJar`. When I execute `./gradlew clean build`,…
-
I'm building an electron app based on electron-react-boilerplate with these versions:
electron: ^31.3.0
react-router-dom: ^6.22.3
electron-router-dom: ^2.0.0
webpack: ^5.88.2
And react-router…