leoplct
leoplct
It's work perfectly but if I add "BrowseNodes" to Response Group it doesn't return the Browse node for each ASIN. How do I get the Browser node? I am interested...
My app is succesully compiling in dev mode but chrome extension is not reloading automatically. I have read the documentation here: https://vue-web-extension.netlify.app/intro/development-workflow.html#watching-mode-and-hot-module-reload Should I add something? ``` % npm run...
I have thousands of bootstrap-switch as table row, like code below. It's very expensive too load and if I see on ChromeDevTool (performance) I can see: **Warning** Forced reflow is...
## Description At the moment IntroJS generates this code. I need to style it as our site and the fastest way is to change the class. For example, adding "btn...
I am using [vue-cli-plugin-browser-extension ](https://vue-web-extension.netlify.app/intro/setup.html) **vue.config.js** ``` const ExtensionReloader = require('webpack-extension-reloader'); module.exports = { configureWebpack: { devtool: false, plugins: [ new ExtensionReloader({ port: 9090, // Which port use to create...
Hi, this is not an issue. I would like to know what's best way to add more time frames (eg. last 30 day, last 90 days, last 365 days). Would...
I am using EU Central Bank but they are not supporting some currencies (SGD, AED etc..). How can I hard-coded some EUR TO X exchange rate as a fallback option?...
It looks like AED/EUR its's not supported. How can I switch to Google Currency? I have tried with config.default_bank = GoogleCurrency.new` but the class is not found. I haven't found...
I have added `gem 'active_record_extended'` then `bundle` but I get this error ``` irb(main):005:0> Profile.with(test: Profile.all) Traceback (most recent call last): 1: from (irb):5 NoMethodError (undefined method `with' for #)...
## Description I cannot install 3.1.2 on Mac OsX 12.4 x86_64 ## Steps to reproduce `rvm install 3.1.2` Enviroment: osx/12.4/x86_64/ruby-3.1.2 ## Actual behavior ` rvm install 3.1.2` > Searching for...