-
**Expected Behaviour**
Having a Dockerfile containing build arguments, I expected them to be replaced when using `withBuildArgs()` on `GenericContainerBuilder`
E.g. dockerfile for nodejs monorepos…
-
### [REQUIRED] Step 2: Describe your environment
* Operating System version: MongoDB Atlas Trigger (Realm App)
* Firebase SDK version: 11.4.1
* Firebase Product: messaging
* JS SDK Vers…
-
### What happened?
I am implementing custom node server with `simple-node-server` template.
Where I have requirement to store room snapshot into database.
So I have modified
`readSnapshotIfExis…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I've searched for it and this issue has been historically closed here: https://github.c…
-
## Search Terms
checking .js files with declared types
reference types in .js files
.js developer experience
checking .js types without JSDoc
## Suggestion
I'd like to have the same…
-
The current regexp used for checking ipv6 in valibot might not be correct, as it allows, e.g.:
`fe80::3:bEFf:5b:%3NG` which is not valid.
https://github.com/fabian-hiller/valibot/blob/982045e5597f…
-
Is there anyway to use the angular routing without redirecting to the 'articles' from root. The routes are not accessible directly from url like "http://localhost:3000/articles/". It's only possible f…
-
Is there a way to make `sendResult` work with fastify middleware?
for example:
```
const app = fastify()
app.register(fastifyCors)
app.route({
method: ['GET', 'POST'],
url: '/graphql',
…
-
The fallback for the default port should first fallback to process.env.PORT || 3000, and not directly to 3000.
-