-
Really enjoying the new features. Um currently still having issues with the parser not liking the conditions and newer array type that isn't supported that is normally used inside iw titles.
`Behol…
Xeirh updated
1 month ago
-
Currently, the typing the following (mistyped) command:
```
idris2 --chec Test.idr
```
Will launch the repl saying it can't find the file `--chec`.
```
____ __ _ ___
…
-
Hello, do you have an example of how to set-up the configuration when using this plugin with the typescript parser?
-
https://github.com/davidpfister/benchmark.f
How to build with gfortran:
```
git clone https://github.com/certik/benchmark.f
cd benchmark.f
git checkout -t origin/lf1
git checkout dc3778ded3231…
-
In cobra, I have a use case where I want to parse a string map from command line as follow:
```
$ mycommand --string-map-option "a=b,c=d"
```
I haven't seen any method into pflag to parse the resu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Messaging
### Which platforms are affected?
Android
### Description
I am usin…
-
Basically add an interface that lets the user auto download and browse ifarchive from within Gargoyle itself, similar to e.g. interfaces of streaming portals such as netflix. Also pull down descriptio…
-
If I'm reading the [spec](http://facebook.github.io/graphql/June2018/#sec-Objects) right, type definitions which implement multiple interfaces should have a `&` separator between the interface names a…
-
Would it make sense for a generated parser to implement an interface or extend a class.
For some complex password logic it's useful to have an abstract class that encapsulated that logic and in .y …
-
Regression tests today launch Timeloop using subprocess and extract results by parsing XML stats dumped by Timeloop using Boost. Porting regression tests to use TimeloopFE interfaces will clean up the…