-
First, thanks a lot for the tool set you put together.
I feel like ```query``` in ember-pouch is broken. I amend your tests and the relational context is lost (querying ```smasher``` also returns `…
-
... right now Application.selector(String) returns Element so can't do:
``` dart
applicaitonFactory()
.addModule(new MyModule())
.selector('#root')
.run();
```
-
See https://github.com/jashkenas/coffee-script/pull/3263. This one's probably going to be pretty hard, since it's inconsistent. In explicit call context, the member access would attach to the precedin…
-
Here's a minimal reproduction: https://buble.surge.sh/#class%20Test%20%7B%0A%09constructor()%7B%0A%20%20%20%20%20%20this.list%20%3D%20%5B%5D%3B%0A%20%20%20%20%7D%0A%20%20%09add(...items)%7B%0A%20%20%2…
-
Uniform Function Call Syntax (UFCS) is a language feature which allows any function to be called using the syntax for methods calls.
References:
- https://en.wikipedia.org/wiki/Uniform_Function_Ca…
-
### Error
```
Error [ERR_REQUIRE_ESM]: require() of ES Module node_modules/stack-trace/index.js from index.js not supported.
Instead change the require of index.js in index.js to a dynamic import…
-
Even though the job has that information (and is for example showed in the dashboard), `job.chain` will not return a chain if the datasets are the ones that are chained. This is inconvenient, because …
-
- [ ] remove `inplace=True` is an antipattern (https://towardsdatascience.com/why-you-should-probably-never-use-pandas-inplace-true-9f9f211849e4)
- [ ] change over `.apply()` to actual vectorized ope…
-
If a class has an `actual` field/property, it clashes with the generated assertion `actual` parameter.
In this example, the `actual` parameter clashes with actual object under test in `actual.getAc…
-
here:
https://protobuf.dev/reference/go/go-generated/#singular-message
it says:
> The compiler also generates a func (m *Concert) GetHeadliner() *Band helper function. This function returns a…