-
Create and Advanced Minimalist Fulcro Tutorial that goes into routing, form state, UISM and other non-essential but very useful topics.
The work is now under way in the [advanced-min-fulcro branch]…
-
I never was able to get this theme to run correctly and have since uninstalled it. However, HACS still keeps asking me to the perform an update, so some code is still lingering somewhere. I would li…
-
Passing in functions/subs using lambdas is a very handy abstraction tool and will be used heavily in any sizable project. A simple example:
```vb
Public Sub Foo()
Dim data = New List(Of Int…
-
http://github.com/trentm/minimalist-python-module
MPT otherwise creates project with package (not module). Maybe let the user decide whether he want a module-based project or package-based project.
srid updated
13 years ago
-
https://crates.io/crates/async-acme
-
Some implementers may wish to use this plugin in a bare-bones minimal fashion without having to sweat the overhead of its Javascript dependencies. It'd be useful to document clearly how to do that, pr…
-
I'm getting an error when toggling Atraxis mode using `:lua require("true-zen.ataraxis").toggle()`:
```
E5108: Error executing lua .../pack/deps/opt/true-zen.nvim/lua/true-zen/minimalist.lua:118: In…
-
### Description
When I only show the "tools window" and try to resize it to the minimum possible width, it does not go as far as just fitting the toolbar content.
![image](https://github.com/user-…
-
What about keeping the template minimal in the info living in the README and having actually a repo created with the template which is a demo by itself and explaining what to do with datalad and annex…
-
Currently, initialising and using a DHT client involves a lot of boilerplate, making it unsuitable for use in quick D scripts.
The ideal would be for things like this to work:
```D
void main ( )
…