pullmann4rent

Results 9 issues of pullmann4rent

### Summary Hello, I want to start my server but I got this error: `FetchError: request to https://api.expo.dev/v2/manifest/sign failed, reason: read ECONNRESET` ### What platform(s) does this occur on? iOS...

CLI

Hello, I use this: https://react-rainbow.io/#/DateTimePicker but when I set locale to "de-DE" then in time is AM/PM and not in german. Is this a bug ? ``` ```

bug

Hello, When I use the pg libary and I use 10 database connection with pool, do I get any problems or what is the disadvantage ? exp: ``` const db1...

### Reproduction Root ``` import * as gtag from "~/utils/gtag"; export default function App() { const { showBanner, gaTrackingId } = useLoaderData(); const location = useLocation(); useEffect(() => { if...

bug:unverified
hydration

I use multer for uploading files and if I upload an unexisting file or with a different file name then I get this `MulterError: Unexpected field` This is good that...

bug

Hello, I get error: `TypeError: Cannot read properties of undefined (reading 'AccountApi')` Why I am getting this error ? ``` import { ActionArgs, json } from "@remix-run/node"; import SibApiV3Sdk from...

Hello, every 2 seconds my express logs this: ``` PUT /api/inngest 200 12.690 ms - 54 PUT /api/inngest 200 13.458 ms - 54 GET /api/inngest 200 3.461 ms - 165...

bug

Hello, I want to overwrite my cookie but my maxage expiration are set to "session". By default I set an maxage to 30 days but when I overwrite the cookie...

help wanted

Hello, I installed react chatbotify on remix and got this error ``` /Users/scr/Desktop/24mob/test_vercel/node_modules/react-chatbotify/dist/style.css:1 ... SyntaxError: Unexpected token '.' at internalCompileFunction (node:internal/vm:77:18) at wrapSafe (node:internal/modules/cjs/loader:1288:20) at Module._compile (node:internal/modules/cjs/loader:1340:27) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1435:10)...

bug