Skip to content
#

package

Here are 4,892 public repositories matching this topic...

pvdlg
pvdlg commented Feb 10, 2018

Most of the documentation has been rewritten recently. The content minimum content we need is there but there is a lot that can be done to improve it.

If you'd like to contribute to the semantic-release project, helping with the following would be much appreciated:

  • Fix typo, misspelling and gramatical mistakes
  • Improve language: make short and simpler sentences, improve clarity
  • Harmoniz
llamafilm
llamafilm commented Sep 9, 2020

Description of the issue

I'm building in a clean virtualenv with pyinstaller test.py --windowed
I can't launch the .app bundle by double-clicking nor with open ./test.app in Terminal.
It works fine if I run ./test.app/Contents/MacOS/test

Context information (for bug reports)

  • Output of pyinstaller --version: 4.0
  • Version of Python: 3.7.7
  • Platform: macOS 10.14.6
pyscaffold
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.

Improve this page

Add a description, image, and links to the package 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 package topic, visit your repo's landing page and select "manage topics."

Learn more