-
I'm currently using this package with a helper to create type guards:
```ts
/** Create a type guard function for a class decorated with validators. */
export function isValidFactory(classType: Clas…
-
Sometimes, even with ensuring the main Perl conversion process is killed with its process group, the `gs` process stuck in an infinite loop survives.
An additional guard that ensures no `gs` proces…
-
http://www.wowhead.com/quest=37
A half-eaten body (72.7, 60.4) is missing, quest can't be turned in to it.
-
I'm using Guard with Spork to dynamically reload some classes, including my models :
```
Spork.each_run do
reloaded_files = %w(
app/classes/**/*.rb
app/controllers/**/*.rb
app/he…
-
Hi,
thanks for this library is great!
I'd like to merge this https://github.com/liuggio/guard-phpunit-sf2 repo with yours,
but there are some logical differences:
1. Path should not be called when ru…
-
Since we only allow guards at the top level, one is sometimes required to write things like
```
case [x, y, z] if x >= 0:
```
Here presumably the compiler generates something like
- check for s…
-
I have recently spent most of a day tracking a bug that did not reproduce in debug build. The issue was just a stack overflow, but since debug is the only mode with stack guards the crashes were super…
-
> Created by **@mschwerhoff** on 2018-03-14 15:26
> Last updated on 2019-12-12 22:11
-
It looks like, defines is not properly substituded in guard expressions.
``` erlang
-module(ar_test_controller, [Req]).
-define(is_ok(X), is_list(X)).
test('GET', [X]) when ?is_ok(X) ->
ok.
```…
-
i just spent the last hour rewriting this logic, but I finally had to make my session object
downgrade automatically as credentials get added.
I already know that the guards really wanted the `query:…