jogiter.eth

Results 7 comments of jogiter.eth

nice work @jhullse. after a few months, this is still not merged. i have checked this pr: **remove changes in package.json will fix the conflicts.** i really nead this feature....

> The configuration needs to be serialized one way or another. This is how Nuxt modules work. So you can't just reference some import in your configuration like that and...

> But I see now why the server options will also not work in this case. This is because this module "freezes" the server options at build time. The reason...

> The fix was: > > ```js > export default defineNuxtConfig({ > experimental: { > inlineSSRStyles: false > } > }) > ``` > > I think this fix ([nuxt/nuxt#21573](https://github.com/nuxt/nuxt/pull/21573))...

got en error "Uncaught TypeError: EventEmitter is not a constructor" using vite. anyway, fixed by run `npm install events`. hope it will help someone. see https://github.com/mapbox/mapbox-gl-geocoder/issues/441#issuecomment-1021774132

see [checkJwt.ts#L7](https://github.com/andregardi/jwt-express-typeorm/blob/master/src/middlewares/checkJwt.ts#L7) jwt came from header.auth , but not Authorization. this should work ```sh curl --location --request GET 'localhost:3000/user/' \ --header 'Content-Type: application/json' \ --header 'auth: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJpYXQiOjE2MTkzMzM2OTMsImV4cCI6MTYxOTMzNzI5M30.9tkSy9aYDL01haKto_fTGn2gKU7_OvVbWn0gNmJwMgw' ```

sorry, i had delete my services in my github codespaces, so i can not provide screenshots. in apitable`s ui, user infomation come first (the text size is bigger) but not...