-
i use openrc init system not systemd and while i am able to run many programs using manjaro's way of bypassing the need for systemd on my openrc system, you package specifically requires and checks fo…
-
Seems like https://github.com/halyard/homebrew-formulae/commit/064e5dfa2b676686c0bccfb6622c1b1aca9e3c42#diff-84bed71fb305fc03d507aeecb2c3cbf5 has caused the following:
```
❯ brew upgrade
==> Upgr…
-
Hello,
I am using PEGTL as a submodule for my own repository and link it by using "cmake_add_subdirectroy" (which works perfectly fine). The annoying part is that this will add all of the PEGL examp…
-
Main error being repeated several times after
> brew cask install golem
`Could not symlink .
/usr/local/opt is not writable.`
log:
`Arthur:~ arnaud$ brew cask install golem
==> Satisfying…
-
Strictly speaking, JSON has only one numerical type, probably best represented in C++ by `double`, but numbers inputted without decimal point are regarded as integers by the parser, and as `unsigned` …
-
Someone has the same problem?
```
Worker information
hostname: i-02da5e8-precise-production-2-worker-org-docker.travisci.net:fbc4c8f9-eb39-42e1-b684-0606885611ca
version: v2.5.0-8-g19ea9c2 https…
-
The example grammar in `double.hh` requires dot in the input, so it won't parse `2` or `2e0`.
(it's not an intentional limitation? `numeral` from `lua53_parse.cc` handles it correctly)
Here is what …
-
Realm has two podspecs in its repository: [Realm.podspec](https://github.com/realm/realm-cocoa/blob/master/Realm.podspec) and [RealmSwift.podspec](https://github.com/realm/realm-cocoa/blob/master/Real…
jpsim updated
7 years ago
-
hi,
thanks for the move to pegtl! so, there is a small problem i'm not sure how to handle: were you aware that you're using a unreleased version of pegtl? there is pegtl 1.3.1, which is what i upload…
-
It would be great if you could clarify a few points on the web-page which are not obvious.
* Can multi-line comments be nested? (I assume they may not be nested)
* It says numbers may be prefixed …