Candid Dauth

Results 26 issues of Candid Dauth

When attempting to import PapaParse from a Node.js ES module, the following error is shown: ``` import { parse } from "../../node_modules/papaparse/papaparse.js"; ^^^^^ SyntaxError: Named export 'parse' not found. The...

When running Dudel on HTTPS, the Roboto font does not load, as it is specified as a HTTP URL in main.scss. The URL can simply be changed to HTTPS.

`draggable:start` is fired when the first mousemove happens after mousedown. Currently, `draggable:end` is fired on mouseup, regardless if there has been a mousemove. Thus, when clicking a draggable element (without...

This patch adds the `ng-drag-enter` and `ng-drag-leave` attributes to the `ng-drop` directive. They are executed when a dragging element enters and leaves the drop element. It also adds the events...

I have a traefik reverse proxy running that is generating letsencrypt certificates for me, and I want the murmur server to use these. It would be great if this docker...

I am new to Outline, thank you for this amazing software! I hope this is the right place and right way to report this issue. **To Reproduce** Steps to reproduce...

bug

I'm new to final-form, sorry if I'm missing or misunderstood something. I am trying to implement a form using react-final-form whose submit button shows a loading spinner and is disabled...

It seems that many people are running into problems when trying to use lamejs with a Float32Array. This kind of array is created by the WebAudio API, and I believe...

I would like to be able to specify custom options to `vue-template-compiler`. In particular, I need to set the `whitespace` option. As far as I can tell, [`compileTemplate()`](https://github.com/vuejs/component-compiler-utils#compiletemplatetemplatecompileoptions-templatecompileresults) has an...

I have a bit of an unusual setup where I use redux-toolkit also in the backend of a Node.js application. I am currently in the process of migrating my backend...