Federico Zivolo

Results 171 issues of Federico Zivolo

### Introduction I'd like to understand why React Native can't provide what `react-native-fast-shadow` does, out of the box. ### Details Shadows are so important on modern UIs and it's one...

Hi, I have this code: ```swift func jsonToString(geoJSON: GeoJSONObject) -> String? { do { let encoder = JSONEncoder() let data = try encoder.encode(geoJSON) if let jsonString = String(data: data, encoding:...

## Environment - Xcode version: 15.0.1 - iOS version: 17.0.1 - Devices affected: all - Maps SDK Version: 11.0.0-rc.1 ## Observed behavior and steps to reproduce I have created a...

bug :beetle:
v11
needs info

Is it possible to apply a semi transparent mask and have it blur the masked content?

Hi, could you please provide a SwiftUI example?

Ciao, nella versione originale di Wordle si trovano estremamente raramente verbi coniugati mentre in questa versione sono i più comuni. Si potrebbe modificare la lista per ridurli?

**Describe the feature and the current behavior/state.** There are cases where it would be useful to allow the users to create new commands dynamically. For example, an extension may want...

api
feature request

When I have a JSDoc comment: ``` js /** * Description * */ ``` if I auto-indent the file, it becomes: ``` js /** * Description * */ ``` Can...

Is anything blocking this plugin from working with PostCSS 6?

Hi, I can't seem to find any way to insert a line break (either a `` or a `\n`). The only option I can think of is to use the...