quassy
quassy
I can confirm this for a different configuration (with cores not whole CPUs) and current beta: My system is using an i7-10710U, which is six core / twelve threads, but...
```py class FoobarException(Exception): ``` I guess it's not mentioned in the PEP but I would like at least expect obviously named exceptions like this not to be flagged.
Not too familiar with TS but I will try. After some research I found this https://www.npmjs.com/package/geojson-minimum-bounding-rectangle which is actually using Turf, do you think it can serve as a base...
> I'd be happy to incorporate my code into turfjs. But that would mean we would scrap @quassy's PR? Isn't that what my PR is already doing? I basically took...
```sql -- check_postcode.sqlx config { type: "operations", hasOutput: true } CREATE OR REPLACE FUNCTION ${self()} (postcode STRING) RETURNS BOOL AS ( -- German postal codes are 5 digits REGEXP_CONTAINS(postcode, '^[0-9]{5}$')...
So I additionally need to manually declare the dependency with `dependencies: ['check_postcode']` and it should work right?
Addition: It's also not possible to use `self()` in the config block. So if you want to check the latest results of an incremental model that's not easily possible. ```js...
I would really prefer a more native look. Guess the only relevant icons can be found under [src/res](https://github.com/samhocevar/wincompose/tree/master/src/res)?
This is incorrect, the given example without a trailing dash is wrong per description of the function.
This is incorrect, the given example without a trailing dash is wrong per description of the function.