Seph Soliman

Results 24 issues of Seph Soliman

Meta.php: ``` private function metaTag($name, $content) { if(substr($name, 0, 3) == 'og:') return ""; else return ""; } ``` `$content` should be `htmlentities(...)`-escaped before output to fit inside an attribute....

The [Background Download Tutorial](https://github.com/itinance/react-native-fs#background-downloads-tutorial-ios) is great, however it doesn't work for uploads if I am reading the source and docs correctly. Anyone looking into adding background support for uploading files?

**Describe the bug** Crash due to interpolation range **Reproduce** I don't have a specific step to reproduce. **Dependencies:** - react-native-modalize [2.0.6] - react-native [0.64.3] The following appears in crash logs...

Trying to use react-anime for mounting/unmounting of components but animations are re-run every time component is re-rendered, regardless if something changes in child or `` definition. e.g. `hello` will rapidly...

# Question Should we default `useWebKit` to `true` as the default for all static methods? (e.g. `CookieManager.clearAll(true)`) Given that react-native-webview from the community has now removed UIWebView entirely ([link](https://github.com/react-native-community/react-native-webview#versioning)), it...

documentation
iOS

By simply running `yarn build` or `npm run build` the type API will get updated which addresses the lack of types for those using TypeScript. It doesn't fully add types...

**Current Behavior** According to @satya164 in react-navigation/react-navigation#7814 we should use `canGoBack()` to guard against going back too much. If we don't, it'll result in a `console.error()` being emitted (red screen)....

Key bindings for Mac is still CTRL+Enter which inserts a newline and executes the command. This means that if you don't place the cursor at the end of the code,...

bug
client

The UI designer allows for [0;1] values for the points, but not above or below. If you modify the values manually it seems to work just fine, so it's just...

This addresses the cryptic onboarding issue caused due to docs giving example of a default import, yet [showing code for a schema with a named export](https://watermelondb.dev/docs/Schema#defining-a-schema): #527 (obv. fixing the...