Tomáš Fejfar

Results 14 issues of Tomáš Fejfar

When I try to show no-ff merge I get (tried both positions): ``` git merge --no-ff master Cannot read property 'parent' of null git merge master --no-ff Cannot read property...

When recording a call one is limited to what the call solution allows - which usually means I need to record the screen and faces on the side. If I...

help wanted

We usually use something like this `$safeValue = EnumClass::get($unsafeStringValue)` wrapped in try/catch that handles unexpected values. But when the `$safeValue` is actually nullable there is a cumbersome piece of code...

Arbitrary data can be stored in [`chrome.storage.sync`](https://developer.chrome.com/extensions/storage#property-sync), that is synced automatically to google account. The extension could combine it with the use of existing export feature to sync across devices...

### Description The following code: ```php

bug
Status: Needs Triage

Chtěl jsem si [zkusit projít postup v návodu](https://github.com/HlidacStatu/verejne-zakazky/tree/master/transformace-dat#z%C3%ADsk%C3%A1n%C3%AD-nezpracovan%C3%A9-zak%C3%A1zky-mal%C3%A9ho-rozsahu). Načetl jsem si seznam, z něj jsem vybral `VVZ-2016-60057775`. Načetly jsem si k němu zakázky. Ale ve vráceném souboru v poli `dokument`...

Previously all packages with same vendor prefix were updated. For us that does not work as we have vendor packages outside of the monorepo. I checked the methods removed and...

Somewhat typical situation with a password is that it should not be totally random - it should for example contain one number, one lowercase character and one uppercase character. Or...

It's impossible to change your own password from the UI.

improvement