idc77

Results 66 comments of idc77

I don't remember it correctly. When I started there was a custom nginx module to support grpc to grpc-web. This was made away with. Something about appended frames or something...

`ionic serve --port 4200 --no-open --host=0.0.0.0 --public-host=iloveu.dev.luketic` Invalid Host header ``` server { listen 80; listen [::]:80; server_name iloveu.dev.luketic; index index.html; error_log /var/log/nginx/iloveu.error; location /sockjs-node/ { proxy_http_version 1.1; proxy_set_header Upgrade...

Ok here's how: create `/vue.config.js` relative to project root ``` module.exports = { devServer: { allowedHosts: 'all' } } ``` docs: https://webpack.js.org/configuration/dev-server/#devserverallowedhosts

Also consider entgo.io to replace the ORM, if better or not, they look similar and one might get better GraphQL support in the future. I would love to work on...

Could you then get ahead with this provide/inject proper way?

quasar(.dev) now claims vuex has been deprecated by the vue team. ``` ◉ ESLint - recommended ◯ State Management (Pinia) ◯ State Management (Vuex) [DEPRECATED by Vue Team] ◯ Axios...

Maybe it's time to move away from gin as basic functionality like sessions are unmaintained "contrib"

There is more than 1 implode function to fix in `utils/crayon_util.class.php`

I know, I forked it and merged all the PRs at that date. It's now at https://git.icod.de/dalu/crayon-syntax-highlighter See blog post: https://blog.icod.de/2021/11/29/crayon-syntax-highlighter-updated-for-php-8/ I'm aware commit history is chaotic. There was an...

https://c64g.com/ A commodore64 games site.