-
Map fields from flat structure to objects hierarchy
Field names of root and all levels of proxied objects must be checked for name collisions
- forbid cyclic references? inner object names must be…
mabar updated
2 years ago
-
**Describe the bug**
I just opened project ([orisai/source-map](https://github.com/orisai/source-map) in this case) and exception appeared. Project does not even contain Latte files.
**Environme…
-
So metadata could be validated accross all object in project, instead of when object is first used via processor
-
**Describe the bug**
My builds are currently failing on PHP 8.2, because PHP raises warning `PHP Warning: Module "sodium" is already loaded in Unknown on line 0`.
I have sodium explicitly list…
-
During metadata validation, check object can be constructed via ObjectCreator
-
https://3v4l.org/ZiAI9
```js
(new Date()).toISOString()
'2022-11-31T11:00:00.000Z'
```
```php
$d = DateTimeImmutable::createFromFormat('Y-m-d\TH:i:s.v\Z', '2022-10-31T11:00:00.000Z', new \Da…
-
- find different way to write into objects
- protected properties can be defined on any object (but can't be overriden)
- private properties are supported only on final classes (to prevent ambiguity…
-
- find different way to call them on objects
- protected methods can be defined on any object (and can be overriden)
- private methods are supported only on final classes (calling any private method…
-
I am currently working on a Tracy panel which inspects all nette/application components on a page. This panel also includes functionality of LattePanel. It works well, but I have to use $probe event f…
mabar updated
2 years ago
-
Running *Inspect code...* on Latte files in https://github.com/orisai/cmf throws following exception. Specifically it always reports on this file https://github.com/orisai/cmf/blob/707e02423e68a74302e…
mabar updated
2 years ago