Tom Pridham

Results 16 comments of Tom Pridham

we recently did this at my work and i figured it would be helpful to share since it was not straight forward to figure out. the workflow we have relies...

where would this change need to be made?

that's the kind of error im running into lol. this is the error im getting: `e=error sending a request or receiving a response. Caused by: error receiving a response. Status...

1: using `serde_json::Value` results in this compiler error. it compiles if i use the type i am expecting later(e.g. `.document::`, where `OptionMedia` is a struct i have defined elsewhere), but...

the local cluster is 7.2. sorry, it was returning an empty object to postman from the endpoint i was hitting because there were no hits. the query comes back with...

well, it turns out the empty results were from including a trailing slash in the connection url. `myEsCluster.com/` vs `myEsCluster.com`, so all the requests were ending up with an extra...

in tsx files, `styled(Thing)` gets the same highlighting as in a js file, but `styled.div` gets standard string highlighting. both styles work correctly in normal js files.

no worries. i appreciate the work you've done on this plugin. i'll try and work up an example this weekend

great, that worked. thanks! should i close this or wait until a new version has been published?

it also seems to never actually free any memory and will eventually oom even with the most basic bevy app. ![Screenshot from 2022-03-05 23-13-36](https://user-images.githubusercontent.com/8271228/156911911-4dd6d774-a1b7-4a83-a2c1-81e8bb1709da.png) ``` #[global_allocator] static ALLOC: wee_alloc::WeeAlloc =...