misog

Results 16 issues of misog

Hi, is there a way to show progress bar or percentage status when transcribing? Thanks

### What happened? App crashes on iOS emulator and iOS device on runtime. When submitted to TestFlight, Apple sends this email: ``` ITMS-90863: Apple silicon Macs support issue - The...

### Describe the bug Hi, this issue is caused by Pjax revisits as described here: https://github.com/PaperStrike/Pjax/issues/342 The problem is worse however. For example, when user uploads too large file, the...

duplicate

### Describe the bug Hi, when a form is submitted and server return code 500 then Pjax tries to visit the form URL with GET again. This can result in...

I use Arduino IDE 1.8.3 and Arduino NANO, PROGMEM should be const: ```sha256.cpp:3: error: variable 'sha256K' must be const in order to be put into read-only section by means of...

Hi, consider this: ```php Relation::make('account')->fromModel(Account::class, 'first_name')->title('Account'), ``` I would like to do something like this: ```php Relation::make('account')->fromModel(Account::class, fn ($model) => $model->first_name . ' ' . $model->last_name)->title('Account'), ``` Or this: ```php...