-
#23024 apparently took the runtime of `Meta/test_pdf.py ~/Downloads/0000` from 1 minute to 5 minutes.
I don't pay attention for _one_ second and someone (also me) makes things so much slower, smh.
…
nico updated
4 months ago
-
As mentioned in #22 and later discussed in greater detail on Gitter, we would like the ability to have direct references to objects that make up a SecurityRule instead of just their names in string fo…
-
### Describe your motivation
Some of my domain objects have constraints between different fields. For example if value a > 10, value b must be given etc. etc. To express such constraints with the h…
-
Hi,
I noticed the following code snippet in `lib/signed_form/form_builder`:
``` ruby
def fields_for(record_name, record_object = nil, fields_options = {}, &block)
hash = {}
array = []
if nes…
-
Breaking out of #1621 -
As we have continued to add more fields and functionality to these forms in the backend, the forms have grown a bit disorganized and confusing for users.
We should think …
-
Are there any current plans to support the new [GraphQL `oneOf` directives](https://github.com/graphql/graphql-spec/pull/825) for input objects in AppSync?
Some other GraphQL libraries are starting…
-
Latimer Core example https://github.com/tdwg/ltc/wiki
-
## Compiler version
3.5.0, same behavior in 2.13.14
## Minimized code
The following code does not print `Hello outer`
```Scala
object outer{
println("Hello outer")
object Foo
}
obje…
-
Everything in the application from the tutorial so far (about to get into deployment) works perfectly except for UpdateAgentView. I've copy/pasted straight from this GitHub, and it still won't update …
-
When I started decoupling from Symfony Form and the `EntityType` I switched to primitive types only that would then be used on the `data_class` which is the Command / DTO.
In conlusion my command onl…