Mario Valle

Results 118 comments of Mario Valle
trafficstars

Red face. Was a test file outside the project source directory. Added to `ignorePatterns` solved the problem. Sorry for the noise! mario

Here wat I have done, if anyone interested, but I continue hoping for a better solution. 1) In the template of the main component of the application add (you should...

Simplified and made more elegant. I created a component that define the needed SVG symbols ``` const props = defineProps(); ``` Hope it helps. mario

Same, but a little more complex. I try to import in a ts file this way: `import * as openAboutWindow from "about-window";` and then `openAboutWindow.default({...})` but it complains that ![image](https://github.com/rhysd/electron-about-window/assets/865866/8cf24297-b24c-4584-902c-06dd587ab4ff)...

Respectfully disagree. An unexpected behavior caused by something outside my control that gives a visual look not in line with the quality of the framework for me is a bug....

Yes, putting the margin makes the dropdown stay where it should stay. Well, the overall effect is not nice as before (the selector filling the upper side of the sidebar)...

Where is option "Show timer in menubar"? It is not in the current version 3.4.2 settings dialog. Thanks for looking! mario

Seems already have a pull request here https://github.com/apache/couchdb-nano/pull/314

With pleasure, @glynnbird ! Simply overwrote the package directory with the fetch branch content (Bad bad!). Besides installing `undici` and removing `requestDefaults` at least the opening of the database succeeded....

Dear @glynnbird , the modified version works perfectly (at least in my application)! I hope soon will be release as the official nano version. Currently every time I install a...