adiba

Results 19 issues of adiba

I am replacing a parent node and then visiting the new one explicitly. In order to not visit all children twice, I have to call `this.abort();`. Catching the exception however...

There is no way to get the remainder of a division operation.

Currently, when the cache time is passed via the `-c` option, it is applies to both local files and files transferred via the `--proxy` option. However, disabling caching by using...

needs-more
stale

See https://github.com/benjamn/recast/issues/416 Same issue with `escodegen.generate(ast)`

All getters, setters and properties (e.g. `toString`, `constructor`) appear to be enumerable. This is probably not what you would want or expect when looping through the Buffer indices using a...

When creating a new window with fixed size and fullscreen enabled, the _screen_ resolution gets changed (at least in Windows)... Would it possible to automatically resize the window to match...

question

This should throw an error on execute if `a` is not defined outside the blocks. ``` { let a; } { a++; } ``` However, escope treats both `a`s as...

```rust #[derive(Float)] struct A(T); ``` Here, [`float`](https://docs.rs/num-derive/0.2.3/src/num_derive/lib.rs.html#607-792) will try to implement Float for `T`, but `T` is a parameter. Instead, it should: ```rust impl Float for A{...} ```

enhancement
help wanted

The toolbar immediately slides out and prevents me from selecting and copying code starting from the first line. It's a bit frustrating 😕 It would be great if the toolbar...

In the API playground below the response text field `GET /content/items/{model}`, the description "Get list of published model items" made me realize that this list is pre-filtered. How can I...