Alex Castro

Results 77 comments of Alex Castro

Really, in this case, I named the function as "usage" and called it right below. So we can keep the pattern non-semicolon and make it a little more readable: ```js...

Yeah, but since it's only field configuration I created a function to generate the resolver itself: ```py def subfield(source, separator='.'): def resolver(self, info, *args, **kwargs): value = self for part...

This package only load the host machine environment and/or a external environment file that must be available on the host machine at runtime. If you are looking for bundling your...

Just for the sake of the future researches, here's a list of available regions, see which one fits your device: https://sfirmware.com/news/samsung-phone-firmwares-region-description/. ``` Region Description 3IE Ireland (3) ABS Tunisia (Tunisie...

Same, ![image](https://user-images.githubusercontent.com/51419598/216478929-0f7ede2c-9ea6-436d-8fc8-fe1d87ea146b.png) I found a solution: instead of parsing the raw bytes `List` with `String.fromCharCodes` use `Utf8Decoder().convert`. Seems `String.fromCharCodes` is not able to handle characters with more than 2 bytes...

For some reason the token key is not in the local storage anymore. The way I found to fix that is copying the token manually and pasting in the local...

Google Chrome | 111.0.5563.66 (Official Build) (64-bit) (cohort: 111_Win_Cotrol) -- | -- Revision | c710e93d5b63b7095afe8c2c17df34408078439d-refs/branch-heads/5563@{#995} OS | Windows 10 Version 21H2 (Build 19044.2006) JavaScript | V8 11.1.277.13 User Agent |...

> The fix must be implemented in the library - `Prism4j` must not tokenize empty inputs Is this fix published or we need to do some dependency workaround to include...

If you have write permission then automatically you have read permission, you don't need both. Let me know if it answers your question! Thanks.

```dart const String stringUri = 'content://com.android.externalstorage.documents/tree/primary:Sigames/Documents/Sports Interactive/Football Manager 2022 Mobile/normal/games/Sample File.txt'; ``` SAF needs to know the tree and the document, you're passing only the tree. Take a look at...