-
Server and Database Setup:
Set up a server (e.g., Node.js, Python with Flask/Django) to handle backend requests.
Choose a database (e.g., PostgreSQL, MongoDB) for storing user data, app settings, and…
-
Hi!
I'm using Job DSL plugin in order to generate and maintain Jenkins jobs.
When provided with an invalid cron expression, I would expect the following:
Expected behaviour:
Jenkins should fail the …
timja updated
5 years ago
-
The new dsl design has been discussed off record within the team at various occasions, creating an issue here so we can track further discussion
This is on the table right now : https://gist.github.c…
-
At the moment IPLD only supports inline definitions for
- maps
- lists
- links
https://github.com/ipld/ipld/blob/d8bac572573a30ab49f9aa9d071448b919c84f43/specs/schemas/schema-schema.ipldsch.js…
-
[Docopt](http://docopt.org/) specify this. Would it be good to have it?
Have a look at Docopt's example ["Naval Fate"](http://try.docopt.org/).
`` is a positional argument.
I think if this project do…
-
# New Threshold specification
# Motivation
There are several problems with the current Threshold implementation:
1. Thresholds in k6 are executed in JavaScript runtime while thresholds in…
sniku updated
4 years ago
-
The JSON standard defines the following data types
- number (WRT ruby both float and integer shall be supported)
- string
- boolean
- array
- object (represented as Hash in ruby)
- `null` (= `ni…
-
I'm trying to set the headers from inside a:
```ts
const api = new p.ApiGateway.Api(stack, 'api', {
defaultCorsPreflightOptions: {
allowOrigins: ['api.subdomain.com'], // custom subdomain …
-
We might be able to get better IDE support. Potentially a lot better:
https://clojureverse.org/t/im-colin-fleming-ask-me-anything/1148/35
We'd need to use spec to define the DSL in order to for Cu…
-
Sometimes it might be necessary that you would like to express a choice of possible properties where only one property can be transmitted over the wire at a time. Similiar to XSD's choice element.
…