Daniel
Daniel
Apparently the CSV parser is seriously weak, as it can't handle commas appearing inside double quoted strings, something allowed by csv. ``` csv Foo,Bar,"Something long, with a comma in it"...
Hey, decided to drop a line First we created some `doc-assets` header.html: ``` ``` after-content: ``` mermaid.init({ startOnLoad: true, theme: "neutral" }, "pre.language-mermaid > code"); ``` the magic is the...
That way people can install it via the typings utility under npm
This fixes building typescript d.ts files for vertx 3.3.2. - Work around for jdk bug that was blocking template generation - Cleanup of template - Removing formatting step of final...
See https://github.com/vert-x3/vertx-codegen/issues/88 Confirmed it works for vertx-lang-js 3.3.2, so there is some subtle problem with the gradle build.
It would be nice if Forward could include a Error to return if Forwarding fail to find another route
Imagine you have these routes, ``` rust #[get("/one")] pub async fn get_protected_endpoint(user: Authenticated){} #[get("/one", rank = 2)] pub async fn get_public_endpoint(){} #[get("/two")] pub async fn get_protected_endpoint(user: Authenticated){} ``` A guard...
Currently rocket requires to redefine the same route twice if you want to add options support. Two Options 1) When you use a method annotation such as get, it also...
I find most tiling WM to be useless as windows quickly get too small to be any good. I really enjoy paperWm with it''s side by side tiling behavior and...
Right now SkinnySession relies on jdbc for persistence. If you want 'immediately' consistent sessions, this requires a db read and or write for each request, for every page using it....
This includes going to the titlebar of the browser, etc. There should at least be an option to set the event to only fire on the screen bounds.