darklight

Results 4 comments of darklight

Try adding "dom" lib into the tsconfig.json compilerOptions ``` { "compilerOptions": { ... "lib": [ "dom" ] } } ``` or declare the object as any `export function removeRouteParams() {(window.history...

Non-blocking notifications would be great, i hope someone will take a look at this option. My current workaround is spawning a detached process of the notifier, sending options through arguments...

This issue is still present, my script opens a detached process, which behaves correct, paths are absolute, no errors in the Service logs/output nor cli. I'm using in the detached...

@Kononnable Also allow query parameters in the url such as: `sqlite://c:\\path\\to\\local.db?connect_timeout=10&entityPrefix=app_&synchronize=true&name=usedForMultipleConnectionsConfigs` , new URL will interpret most of these links quite nice. And the query parameters that are valid for...