Nabil Redmann

Results 99 comments of Nabil Redmann

assets fixed by https://github.com/vuejs/vue-loader/issues/1612#issuecomment-614542603 tapSync has to become: compilation.compiler.hooks.afterEmit.tapAsync -- .babelrc ```json { "comments": false, "env": { "main": { "presets": [ ["@babel/preset-env", { "targets": { "node": 8 } }] //"stage-0"...

I added some backticks - i hope it will be more readable that way. It works for me as is. Feel free to optimize.

I am running "Call Of Duty: Black Ops II" in a Linux/Wine VM fullspeed on the newest Win 10.

Translating the Pouch examples is not straight forward at first. Might be helpful to be at the readme (sorting, ignoring if null). I found out, adding `selector:{}` does the correct...

... please add to the docs, something along these lines: "using a string, you need to use the full URL to the database (server, optionally port, the database name). The...

went with (maybe as a starting point) ```js { pouch: { item() { const self = this; return { database: 'items', selector: {_id: self.$f7route.params.id}, // the view used the Framework7...

I would like to know, if GIT Hooks would work? Is there a regular GIT accessible below bonobo?

Tried some ESM I created and host myself (a color conversion module, tried using an interactive document for teaching in school) . The jQuery module would probably be an example...

Example code: ```js // ref: https://github.com/BananaAcid/hex-and-rgba/blob/master/esm/index.mjs import { hexToRgba } from 'https://rawcdn.githack.com/BananaAcid/hex-and-rgba/7b1c5056ade972c1fe94b549c01eff3a65597bd6/esm/index.mjs'; const [red,green,blue, alpha] = hexToRgba('#1B2B34cc'); console.log('colors:', [red,green,blue, alpha]); ``` Just the usual ES6 Modules stuff. Probably any Browser...

Ah I was just going to ask for the same thing - had no luck myself trying to add the missing code. Would be great to have this.