Skip to content
#

language

Here are 241 public repositories matching this topic...

laravel-translatable
Tschoatscho
Tschoatscho commented May 28, 2021

Is your feature request related to a problem? Please describe.
I understand that a change within a translation does not affect a translated model's database table.
However, logically it changes the model's attributes, so it would be nice to also get the changed translation values with their corresponding keys within the result when calling $model->getChanges() within an update operation.

phel-lang
Chemaclass
Chemaclass commented May 10, 2022

Under the namespace PhelTest\Unit\Compiler\Analyzer\SpecialForm; we don't have TrySymbolTest yet. But you can find a lot of examples of unit tests for other SpecialForms inside the directory:

  • tests/php/Unit/Compiler/Analyzer/SpecialForm/

<img width="1349" alt="Screenshot 2022-05-10 at 20 01 27" src="https://user-images.githubusercontent.com/5256287/167693102-b4e2ca8b-9711-4a4f-a0b7-80

good first issue pure testing
smuuf
smuuf commented Mar 26, 2022

Currently import std.types will always import module types into variable types, or import std.term.colors: Fg will always import name Fg from module std.term.colors into variable Fg.

What we want to allow are these:

>>> import std.types as lol_std_types

... or:

>>> import import std.term.colors: Fg as colors_fg

... or even:

>>> import import s

Improve this page

Add a description, image, and links to the language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language topic, visit your repo's landing page and select "manage topics."

Learn more