Shane Logsdon
Shane Logsdon
As a newcomer to Suave, I've been working to move past copying and pasting examples I come across, and I've started building an application from scratch. During this process, I...
Hello! Is there any interest supporting custom file extensions for components? Today, it seems like these are limited to [`.js`, `.jsx`, and `.mdx`](https://github.com/c8r/x0/blob/master/lib/entry.js#L14), but this prevents using languages that compile...
Running `npm install` fails when OCaml 4.04.0 is installed globally: ``` $ opam switch -- -- 3.07 Official 3.07 release -- -- 3.08.0 Official 3.08.0 release -- -- 3.08.1 Official...
If there is a a way to allow custom configuration beyond the [list of valid keys](https://github.com/activemerchant/offsite_payments/blob/master/lib/offsite_payments/helper.rb#L19), we'd prefer to allow this value to be overridable. Is that possible today without...
When building a project with cache present and NuGet dependencies, some modules (internal and external) throw errors during compilation: ``` 🚨 /Users/shane.logsdon/.nuget/packages/fable.elmish/1.0.1/fable/program.fs: Cannot resolve dependency './cmd.fs' at '/Users/shane.logsdon/.nuget/packages/fable.elmish/1.0.1/fable/cmd.fs' at /Users/shane.logsdon/Code/javascript/fable-browser-notes/node_modules/browser-resolve/node_modules/resolve/lib/async.js:55:21...
Parcel seems to have an issue with resolving Node packages used by Fable libraries: ``` # expanded error /Users/shane.logsdon/.nuget/packages/fable.elmish.react/1.0.1/fable/react.fs: Cannot resolve dependency 'react-dom' at /Users/shane.logsdon/Code/javascript/fable-browser-notes/node_modules/browser-resolve/node_modules/resolve/lib/async.js:46:17 at process (/Users/shane.logsdon/Code/javascript/fable-browser-notes/node_modules/browser-resolve/node_modules/resolve/lib/async.js:173:43) at ondir...