Erik Živković

Results 30 comments of Erik Živković

I too am experiencing this issue and the proposed fixes (as seen in different issues) don't work for me. ```shell OTEL_BSP_MAX_EXPORT_BATCH_SIZE=25 OTEL_BSP_MAX_QUEUE_SIZE=32768 cargo run ``` ```rust fn init_tracer() -> Result...

@migueldeicaza I feel like using this PR / your fork is the "right thing to do" currently, until these changes are merged into master. Thanks for sharing it!

Safari 14.1 added support for weak refs. Safari 14.1 was released April 26, 2021. This feature would be very appreciated 👍 Edit: Supported on iOS Safari from 14.5

Any movement on this? I recently switched to Luxon from Moment in my projects and it is working very well.

I followed @ggriffiniii's instructions, and created a library for `datastore1`. However, I did not have any luck with `Vec`. AFAIK serde can only (de)serialize `Vec` from an array of numbers...

On my fork I changed to ```toml reqwest = { version = "0.11.2", default-features = false, features = ["json"] } ``` to get the latest tokio. Seems to work pretty...

Hello @cmyr - * macOS `Ventura 13.0.1` EDIT: Intel x86 2019 16" MBP * Instruments `Version 14.1 (14C18)` * Unfortunately my project isn't open source T_T;; * Yes I can...

Also happens if I uncheck "Always Open Selected File" and then click the "crosshair" button "Select Opened File".

I have investigated a bit more. When I only have one project or workspace "attached" in the Cargo Tool Window - Added by "Attach Cargo Project" "plus button" - everything...

It acually selects _both_ files in the file tree, but since the "External libraries" are further down it scrolls down to that one if there are too many files. See...