Evan Louie
Evan Louie
Is it possible to terminate or destroy the created webview without exiting the main thread? example: ```go package main import "github.com/webview/webview" func main() { debug := true w := webview.New(debug)...
As a developer, I want the projects README.md file to be match popular existing JS standards: https://github.com/wearehive/project-guidelines
# Description Just created a new project via: ```sh dotnet new console -lang c# -n WebviewTest -o WebviewTest cd WebviewTest dotnet add package SharpWebview ``` Program.cs: ```cs using SharpWebview; using...
**As a:** operator **I want:** the build.sh script to NOT prefix the the `$VERSION_TO_DOWNLOAD` link with `v` OR Use the go1.13 installation available on all [ubuntu 16](https://github.com/microsoft/azure-pipelines-image-generation/blob/master/images/linux/Ubuntu1604-README.md) and [ubuntu 18](https://github.com/microsoft/azure-pipelines-image-generation/blob/master/images/linux/Ubuntu1804-README.md)...
**As a:** spk user/operator **I want:** to be able to create an azdo project within a target organization **So that:** I don't have to manually create one in the azdo...
**As a:** spk developer **I want:** to the azure-devops-node-api library (currently pinned to `9.0.1`) to `10.0.0` **So that:** we no longer have a `postinstall` job to apply a patch (`patches/001-azure-devops-node.patch`)...
Think it would be handy to have a macro like `f/attempt` but wraps `val-or-failed` in an implicit `f/try*`. Maybe something like `f/try`? or change `f/attempt`?: ```clj (f/try #(f/fail "I failed!:...
The current clj-kondo config shipped with the project maps `failjure.core/try*` to `clojure.core/try`. This causes clj-kondo to complain about the the expression `Missing catch or finally in try`. current workaround is...
The gold planner does not take into account entry limits for raids. If I have a 1505 character, the total gold for the character in the planner shows as the...
**As a:** developer **I want:** The bedrock-cli to be made available via NPM **So that:** - I can more easily install the bedrock-cli locally and on agents which already have...