Alex Fefer

Results 9 comments of Alex Fefer
trafficstars

I hit this one as well, but struggled with VS Code not recognizing the definitions if I defined the path as "../external-type-definition" (relative to the build folder). My solution was...

Hi Joao - I have a similar issue with the Teensy 3.5. Serial() defaults to the USB serial port, which isn't available when I'm using the USB port in a...

This would be _super_ valuable. My function app's starting to get out of hand with no way to organize them. Being able to group functions in subfolders would go a...

Running into similar problems here myself - I have a seed database that I need to pre-populate with a set of objects that reference each other, but it's impossible to...

> Can you hide some advanced preferences in the text config files? Then the casual users would see their acceptable amount of 10 preferences in the GUI and the more...

Another +1 from me. Considering that both Windows 11 and MacOS vertically center the alt-tab UI, it feels a bit strange for this to adopt a different design philosophy.

@lwouis if there's no appetite to expand the preferences window, any chance you're open to revisiting this design decision and just make vertically centered the default? It's particularly problematic on...

`package.json` from v.1.0.2 below: ``` { "name": "material-dashboard-2-pro-react-ts", "version": "1.0.2", "private": true, "description": "React + TypeScript version of Material Dashboard 2 PRO by Creative Tim", "dependencies": { "@asseinfo/react-kanban": "2.2.0", "@emotion/cache":...

The dependencies which fail are: `react-kanban` (dead library, no longer maintained) `chart-js` and `react-chartjs-v2` (this requires a migration to chart-js v4.x, which has breaking changes) `react-images-viewer` (also dead library, no...