Alexander Wood
Alexander Wood
**Is your feature request related to a problem? Please describe.** I have a non-persistent app that I've fully configured, but now need to make it persistent and bind a volume....
Relocation is pretty much a necessity with any classpath based process. Currently PDM does not do this at all, which in the future _may_ cause problems in the form of...
PDM is in need of a refactor / partial rewrite. The Gradle Plugin and Runtime are the worst in terms of code quality but everything should be overhauled before a...
Many API components need a significant amount of documentation added, particularly in `PluginDependencyManager` which possibly does too much
`PluginDependencyManager`'s API has partially split into platform specific classes, and a few other things have also changed.
There are many situations where dependencies may be optional. For example, users may want to only download 1 database driver based on what's in the config. Currently, this is not...
This may be an XY problem, but I'm having an issue with `sepEndBy` not being greedy enough, and is hiding errors. For context, I'm parsing a haskell-like language with the...
I'd like to implement OAuth integration, but not with GitHub or Google (Spotify). Does the Pro plan have support for custom OAuth providers like this, or is this something I'll...
This isn't anything fancy, just proposing a small tweak to function syntax ``` let print-hello = () => { print "Hello" } ``` Would become ``` let print-hello = _...
I'm having some trouble adding `alex` as a `build-tool`, I've tried doing `haskellTools = ghc : [ghc.alex];` but I still get ``` > Error: [Cabal-4123] > The program 'alex' is...