-
$ crystal --version
Crystal 0.17.4 (2016-05-26)
git clone git://github.com/mperham/sidekiq.cr.git
cd sidekiq.cr
crystal deps
crystal run web.cr
Main code in question is in src/sidekiq/web.cr.
```
$…
-
```
module TRY
syntax Exp ::= Int
| Exp Exp
| Exp "-" Exp
| "-" Exp
syntax priority '__ > '-_
endmodule
fslwork$ krun --parser "kast -e" "- 7 3"
…
grosu updated
9 years ago
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.…
-
I was testing around some things with the `argparse` module in `bpython` when suddenly `bpython` quit on me with error code 1. I tried to break the problem down and the code below seems to be the min…
-
### Describe the bug
While creating a table using a filter I wanted to apply the `evenRow` and `oddRow` classes.
The way I did it, the first row "1" would get the `oddRow` class because "1" is odd i…
-
When I run the `proof-generator` with empty input or with `-h` and `-v`, I get unexpected results:
```console
root@5ffc715e5f63:/proof-market-toolchain# /proof-market-toolchain/build/bin/proof-g…
-
Expample:
```js
// posthtml_module start
var postHTML = function(plugins) { this.plugins = plugins; };
postHTML.prototype.parser = function(html) { return 'OLD' + html; }; // CHANGE
postHTML.pr…
-
### For which library do you need help?
native-federation
### Question
Hi, I set up native federation to connect two angular 18 app which are on two different repositories.
My configurations ar…
-
This is fixed by:
```
brew install argp-standalone
```
```
$ make
GCHS +++ include/drat/time.h +++ out/include/drat/time.gch
Created directory `out/include/drat`.
gcc -std=c99 -D _GNU_SOUR…
-
Dear `autoprogram` team,
If I have a code like this:
```
if __name__ == "__main__":
logger.setLevel("DEBUG")
parser = argparse.ArgumentParser(
description="""random"""
…