-
**Description**
With the introduction of TranslatableMessage in #37670 (https://symfony.com/blog/new-in-symfony-5-2-translatable-objects) and being able to use this in form label and help in #41717, …
-
**Describe the bug**
For full details, read the commentary at Pods GF Add-on at:
https://github.com/pods-framework/pods-gravity-forms/issues/97#issuecomment-395730023
it seems self::$related_obje…
-
Param's JSON support is currently quite limited. It can serialize and deserialize all the basic Parameter types, including types matching the native JSON/JS types (Integer, Float, String, etc.), conta…
-
I'm considering changing the way i_color/i_fcolor objects are stored in perl land as objects, currently they're done as PTROBJs, but this is complex to duplicate across perl thread creation, so we cur…
-
If anywhere in your application e.g. in your Handler or `DomainModel` an Exception / `DomainException` is thrown you can catch and convert the message to use it in your Symfony form:
``` php
…
-
Given the following filterset (details omitted for brevity):
```
def get_bar(request):
return Bar.objects.filter(…) if request else Bar.objects.none()
class FooFilterSet(FilterSet):
…
-
Dotnet bindings for mach/libmach with
- Create bindings for libmach. Long term it may be useful to use something different than a C api for this but as there is a C under development it is useful …
-
Here is the list of all articles to review.
By "review" means somebody has read carefully article and approved there isn't issues.
-----------
### An introduction
* [x] [An Introduction to…
-
We want the user to be able to import large datasets from INTERLIS 2020_1 to TEKSI.
-
I'm going to add the logic to handle the form submission. Start by adding an if/else statement to check whether the first input field name is not empty, and the second input field amount is not a nega…