smartm0use
smartm0use
Ciao Stefano, please let me ask you a stupid question: I am going to install your mod on Leaflet 0.7.7. Since I just import dist files from `index.html`, can you...
Hello, I installed Midori on Raspbian (Raspberry Pi 3) and I need to run it from the command line. Can you tell me where I can retrieve the parameters list...
Hello, I have installed http-loader (`npm install @ngx-translate/http-loader --save`) and I'm importing it into my project directly from `node_modules`. I have edited my `systemjs` config file and added `'@ngx-translate/http-loader': 'node_modules/@ngx-translate/http-loader/bundles'`...
Hello, can you tell me if can I use your code to connect remotely to a localhost database of a shared hosting? If it does, how to use it with...
- [X] My issue title starts with `[usage question]` - [X] I have read the [README](https://github.com/valor-software/ng2-dragula), especially the ['classic blunders' section](https://github.com/valor-software/ng2-dragula#classic-blunders) - [X] I have looked at the [demos](https://valor-software.com/ng2-dragula/) to...
Suddenly I'm getting this error: **Error: .field(name, val) val can not be empty** It comes from `wp.media().file("test.jpg").create` function: ``` wp.media().file("test.jpg").create({ title: "Media Title" }).then(media => { return wp.posts().create({ title: "Hi",...
Hello, I'm trying to create a post with an image. Here is my code: ``` const downloadFile = (async (url, path) => { const res = await fetch(url); const fileStream...
Maybe there is a problem with some CSS rules. If I use [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit) and [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit) properties for `img` or `video` tag they don't work propertly. I tested the same website...
Hello, would you please consider to add the following icon http://www.flaticon.com/free-icon/bag-shop_8109 and then add it to /svg/shopping folder as general.svg ? Please let me know. Thank you
Hello, maybe I'm missing the point. Can you tell me how to use it? This is the code from the demo page: ``` Your Email Unsubscribe ``` For example, how...