-
Chore insert currently works with a + and - button since it represents a tally chart.
How to insert one for another user without breaking simplicity?
-
## New rule request
array initialize using [] instead ()
### Bad
```
var emptyArray = [Int]()
```
### Good
```
var emptyArray: [Int] = []
```
1. using [] is more common and preferred …
-
Hello!
Thank you for this wonderful library, I really like the simplicity of it.
Would there be in the future support for batch updates and/or additions? For example BoltDB has support for [Ba…
-
in Issue #147 I discussed adding a version of the LNP model image with the spike history filter and coupling filter added in. Taking this:
![lnp_model](https://github.com/flatironinstitute/nemos/a…
-
Sorry if this has been proposed, I couldn't immediately find anything using the search function.
Doctest provides two ways of addressing individual test cases: `-tc=foo` and `--test-case=foo`. Whil…
-
Hi,
First of all thanks for creating such a straightforward-to-use package! I have an issue with staggregate_bin() and was hoping you could help me solve it.
**Description of the task:** I hav…
-
Only geniuses admire simplicity that these scripts bring..
And Ima need to copy and mod these as much as i can lol
-
I have some integration tests running on Docker using FluentDocker, version 2.10.59
I am using the NUnit lifecycle to create and destroy instances of a Test Environment.
You can see the impleme…
-
https://docs.fastlane.tools/actions/#building
Create one to build an Android and/or iOS app via Fastlane. For simplicity, it can initially just aggregate build_ios_app and build_android_app with pa…
-
A user on our Discord server suggested replacing UFW firewall with basic iptables could improve the simplicity and reliability of the configuration process.
I'm not sure if this would be a good ide…