-
The `TableImpl` type is used by generated code. It has the following properties:
```java
final FieldsImpl fields;
final Alias alias;
final Condition …
-
Apply http://groovy-lang.org/style-guide.html
orviz updated
3 years ago
-
Say you have
```
api :GET, 'whatever'
param :action, String, required: true
```
Rails will populates `params[:action]` with the name of the controller action, which probably isn't what you…
-
In the benchflow DSL project, our error handling right now relies on hardcoded strings (such as `configuration.goal.exploration_space.workload.users.`) that can be found several times. These strings n…
-
Hi,
I have been trying out Exposed for a while and I noticed that there is no built in support for validations either on DSL or DAO side. I suppose this is by design if Exposed is a lightweight SQL…
-
I recently discovered json-iterator and it rocks: simple, efficient, quite powerful binding.
However, the competition is hard and the business needs are increasing day after day.
So, a very great …
-
If the bug is related to a specific library below, please raise an issue in the
respective repo directly:
[TensorFlow Data Validation Repo](https://github.com/tensorflow/data-validation/issues)
…
-
In many REST APIs it's often the case when creating resources, certain fields are required but when updating resources, all fields are optional and only the fields which are provided are updated.
#…
-
Some users (typically users who don't yet use TypeScript) are running into problems due to misconfigurations of their Contentlayer config (especially in regards to the content schema). Additionally to…
-
We would like to add more static validation around model types, making sure they use `Property` types correctly etc. One obstacle to this is to be able to statically identify all model types to be val…
lptr updated
10 months ago