Stephen Russett

Results 312 comments of Stephen Russett

@davidscholberg thanks. Thats great feedback. Adding merge request comments should not be difficult to do.

@davidscholberg do you see more of a need for the CSV/Excel export, data import into another time tracking app, or having a Web UI for reporting on time?

Will look into what we can do. :)

In many cases a business key is a incrementing value. Having it in the column would give the ability to sort?

Having the same issue. ``` public async ValueTask DisposeAsync() { await editor.DisposeEditor(); editor.Dispose(); } ``` or just ``` public async ValueTask DisposeAsync() { await editor.DisposeEditor(); } ``` does NOT work.

So: doing (pulled from the readme) ``` private StandaloneEditorConstructionOptions EditorConstructionOptions(StandaloneCodeEditor editor) { return new StandaloneEditorConstructionOptions { AutomaticLayout = true, Language = "javascript", Value = "function xyz() {\n" + " console.log(\"Hello...

@vietj i gues this is the same solution that @pmlopes mentioned on gitter? https://github.com/pmlopes/vertx-lang-es/blob/master/src/main/resources/jvm-npm.js#L23-L67

The complexity with the singleton approach is dealing with multiple charts per page. You end up having to re-write all of the infra to understand when and how to call...

@zackurben the overwrite scenario is the thing i was cringing about when originally posting :) The scenario would be: if you take the formio form and embedded it in an...