Carlos Alberto Trebbau

Results 4 issues of Carlos Alberto Trebbau

### Issue description I've tried disabling/enabling extension, uninstalling/installing extension, uninstalling/installing vscode to no effect. JSON Language Server.log is empty. ![Screenshot 2023-01-19 at 10 05 18](https://user-images.githubusercontent.com/84703650/213401085-951ca420-8c52-4764-8130-16e466d4e989.png) ### Media & Screenshots _No...

bug

**Describe the bug** In brand new project with only Genie added `Genie.Generator.newapp_mvc()` fails to precompile any backend other than SQLite **Error stacktrace** ```julia [ Info: Precompiling SearchLightPostgreSQL [4327cdd6-4902-11ea-0272-430cea0431bd] ERROR: LoadError:...

Hi, I'm not sure if I should post this here but I cannot open an issue here https://github.com/captchanjack/deck.gl/tree/pydeck/julia-pycall-binding/bindings where my issue more strictly resides. I'm trying to follow your tutorial...

From https://github.com/DeloitteOptimalReality/LightOSM.jl/blob/master/benchmark/benchmarks.jl ```julia point = GeoLocation(-37.8142176, 144.9631608) # Melbourne, Australia radius = 5 # km data_file = joinpath(@__DIR__, "benchmark_map.osm") g_losm = LightOSM.graph_from_download(:point, point=point, radius=radius, weight_type=:distance, download_format=:osm, save_to_file_location=data_file) # g_losm =...