-
For Python3.6+ formatting, I would really like to see black convert all formatted strings to f-strings if possible.
F-strings are shorter, easier to read and, in my opinion, more pythonic.
```python…
-
```
namespace Flynt\Components\ContentSection;
function getACFLayout()
{
return [
'name' => 'contentSection',
'label' => 'Content Section',
'sub_fields' => [
…
-
Love this framework, it would be great it had support for `custom_logo` aswell.
-
When I activate the Yoast SEO plugin, I get this fatal error:
`Fatal error: Uncaught Error: Class 'Flynt\Init' not found in /Users/spencer/DEKSIA/flynt/wp-content/themes/flynt/functions.php:16 Sta…
-
Hi guys,
i installed Flynt, changed the const host to localhost and called https:localhost:3000.
Then i installed the plugin that you have to install and after reloading the page i got this error…
-
Hello,
i made a fresh install with the latest node (13.12.0) and when i run npm run build i get for every php file an error:
Example:
__1 | ERROR | [x] End of line character is invalid; expecte…
-
Python 3 describes a more hygienic form of string templating known as [f-strings](https://docs.python.org/3.6/reference/lexical_analysis.html#f-strings). This is also more performant, some of which is…
-
Toy example, using python 3.8:
```
#!/usr/bin/env python3
class Blah(Int):
blah = 1
blah = Blah()
print('blah' + blah.blah)
```
On this file, running `flynt blah.py --transform-conca…
-
Nice tool!
I find flynt is unable to convert this print statement:
`print('getlivejpg: %s: %s' % (camera['name'], errmsg))`
Automatic conversion is possible after changing the first string to use…
leres updated
4 years ago
-
Adding @phpstan to CI is like adding 100 pairs of eyes.
`composer require --dev szepeviktor/phpstan-wordpress php-stubs/acf-pro-stubs`
`phpstan.neon.dist`
```yaml
includes:
- vendor/sze…