Joonatan Partanen

Results 8 issues of Joonatan Partanen

I noticed this in the case of 'woman shrugging' 🤷‍♀️. It is shown like so: ![image](https://github.com/Ajaxy/telegram-tt/assets/25590558/2466d57d-3de7-4063-b5fd-54a6d1867e3b) The K client renders the emoji correctly.

Is there a certain version of python that works? I'm getting > AttributeError: module 'numpy' has no attribute 'float'. And 25 failed tests. Running ``` Python 3.11.3 pip 23.1.2 ```

I'm running the following query: ``` [out:json][timeout:25]; ( node(60.11,24.55,60.24,24.85); way(60.11,24.55,60.24,24.85); relation(60.11,24.55,60.24,24.85); ); out body; \>; out skel qt; ``` And getting these errors: Errors Ref for multiline relation not found...

This PR adds a timeout option and retrying to the library. Timeout is optional, for now. Should consider setting a default.

This PR aims to enable reading geoalchemy WKTs and WKBs with SRID information in them. See documentation here: https://geoalchemy-2.readthedocs.io/en/latest/elements.html

enhancement

### Describe the bug After a successful upload, I want to clear the file picker by setting its value to the empty string. This is not clearing the file name...

### Description #### Steps to Reproduce I followed this guide: https://developer.salesforce.com/docs/platform/lwc/guide/ts.html ```js import { LightningElement, api } from 'lwc'; export default class Test extends LightningElement { @api testTesting; } ```...

bug
typescript

What does the limitation regarding using Salesforce CLI with TypeScript for LWC development mean in practice? Does this mean the source cannot be deployed to org? The guide is here:...