Ettore Del Negro

Results 12 comments of Ettore Del Negro

Is 11 ever going to happen?

It has come to my attention that there exists a thing called React.

Maybe you'll fine this useful: ``` export const ROUTER_PREFIX = (new URL(import.meta.url)).pathname.match(/.*\//)[0]; export function urlPath(path: string) { return ROUTER_PREFIX + path.replace(/^\//, ''); } export function App() { return ( );...

Do not allow users without admin caps to access/change plugin settings.

This makes it "work" at least in development: ``` import Highcharts from 'https://code.highcharts.com/es-modules/masters/highcharts.src.js'; import 'https://code.highcharts.com/es-modules/masters/modules/accessibility.src.js'; window['Highcharts'] = Highcharts; ```

I'm trying to migrate from macOS to Pop!_OS.. and I stuck onto this *huge* limitation.

Spent half a day dealing with why my customized globe (over globe.gl's custom layer) stopped working: globe.gl's directional light not added to the scene, the scene was brighter than before,...

`https://github.com/webonyx/graphql-php@^15` has fixed some deprecation related to PHP v8.2. Why doesn't the v0.15 require `webonyx/graphql-php@^15` and is still on v14?

What's stopping you from releasing a new version?

Similar issue when trying to record as MP4 ![image](https://github.com/phw/peek/assets/739903/22215b9c-4a17-4c79-9f58-f6cae34e42c5) ``` Command "ffmpeg -f x11grab -show_region 0 -framerate 10 -video_size 1458x1352 -i :1+2067,80 -filter:v scale=iw/1:-1, crop=iw-mod(iw\,2):ih-mod(ih\,2) -codec:v libx264 -preset:v fast -profile:v...