-
I have been fruitlessly trying to build this plugin for around 12 hours now and god this is confusing. I am not a JS programmer, but having dependencies linked like that:
https://github.com/brianpetr…
-
In L20n we have a number of scope frames:
- resource frame (entities coming from external resource files)
- context frame (entities provided by a programmer for the whole l20n context to use)
- entity…
-
Here is a suggestion to add an optional time format for timestamp field. The default timestamp format is "yyyy-MM-ddTHH:mm:ss". But date like "yyyy-MM-dd" is enough for me. So I think it would be bett…
-
The `duration` function doesn't work when output file is not specified as in the following example:
```yaml
import: test_issue.yml.template
entities:
person:
fields:
…
-
I have the following relationship set up between parent and child entities:
```
entity.HasOne(d => d.ParentEntity)
.WithMany(p => p.ChildEntity)
.HasForeignKey(d => d.IdParentEntity)
…
-
```
What steps will reproduce the problem?
1.Implement a function import which returns a BaseResponse of type
EntitiesResponse
2. Call the function - get NotImplementedException from
FunctionResourc…
-
```
What steps will reproduce the problem?
1.Implement a function import which returns a BaseResponse of type
EntitiesResponse
2. Call the function - get NotImplementedException from
FunctionResourc…
-
```
What steps will reproduce the problem?
1.Implement a function import which returns a BaseResponse of type
EntitiesResponse
2. Call the function - get NotImplementedException from
FunctionResourc…
-
https://github.com/inducer/meshmode/blob/6b2bd65e66c7b7ec9c0de2f4b747df6cbc1ac053/meshmode/interop/firedrake/mesh.py#L802-L805
FWIW, since firedrakeproject/firedrake#2007 entities can be marked wit…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [X ] bug report -> pleas…