Daniel Mohns
Daniel Mohns
Unfortunately it is also not possible to move the window across monitors using `super` + `shift` + `left/right`.
> ```js > import tfnode from '@tensorflow/tfjs-node'; > console.log(tfnode.version) > ``` fails with ``` faceDetection.ts:5:8 - error TS1192: Module '"/face-api.js/examples/examples-nodejs/node_modules/@tensorflow/tfjs-node/dist/index"' has no default export. ``` I instead ran ```js import...
Ok, after ``` npm i @tensorflow/[email protected] ``` the example runs correctly, without warning. The version output is: ``` { 'tfjs-core': '1.0.4', 'tfjs-data': '1.0.4', 'tfjs-layers': '1.0.4', 'tfjs-converter': '1.0.4', tfjs: '1.0.4', 'tfjs-node':...
Sorry for the confusion. I Time Machine restored my repo to the state I had when I opened this issue. Now, I get ``` { 'tfjs-core': '1.1.0', 'tfjs-data': '1.1.0', 'tfjs-layers':...
> face-api.js does not use tfjs-node at all. face-api.js is depending on tfjs-core. So in order to run face-api.js with the tfjs-node backend, you have to install a tfjs-node version,...
I don't use `configuration` but a library to implement the Airflow variables and macros. This is because Airflow provided macros need to be in `macro` name space. And also to...
Some preliminary work has been done on https://github.com/sqlfluff/sqlfluff/pull/3245 If someone wants to take this, they can take the PR as a starting point or source of ideas how to tackle...
> This is tricky. > > Basicaly L026 works to make sure qualified columns only use tables in the from clause. This doesn’t really work for `STRUCT`s as impossible to...
> You are correct. It was just that, other than for BigQuery, it was not really necessary to test for b) (valid) since the combination of L026 and L027 would...
Updated the description with the commit where I originally encountered this behaviour. However, I'm able to reproduce the behaviour with the commit you mentioned (`77e283044c2a7d83db22f9df818cea96f8d2e0cb `). I.e. Running `sqlfluff fix`...