Shaq
Shaq
I think consult-lsp-file-symbols is not required
Can julia-mode provide prettify-symbols-alist which to show unicode instead of wordy symbols? I see this is provided in clojure-mode/lisp-mode. If this is not suitable, I consider to create a seprate...
Env: os -> macOS 10.15.7 julia version -> 1.5.2 Makie version -> 0.11.1 AlgebraOfGraphics version -> 0.2.0 I extended Makie to plot Complex: ``` using Makie, AbstractPlotting function Makie.convert_arguments(P::AbstractPlotting.PointBased, c::Complex)...
When type: (js/THR Expected complete list: (js/THREE ... I think a enhancement required here
### Xmake Version 2.8.2 ### Operating System Version and Architecture windows 11 ### Describe Bug Run/debug generated vsxmake project lead to auto build. This build happens in $project_path/build even vsxmake...
### Xmake Version 2.7.6 ### Operating System Version and Architecture Windows 11 ### Describe Bug ``` -- create pakage(base on target) to local repo(`add_repositories "local-repo build"` in my xmake.lua) xmake...
I am using vcpkg to manage pkg dependencies. It's a burden to mantain 3rd part pkg compilation. So hope it can be updated to vcpkg repo.
Error details: ``` ERROR: packio/2.5.0: Error in configure() method, line 89 self.output.warn("packio requires C++17. Your compiler is unknown. Assuming it supports C++17.") AttributeError: 'ConanOutput' object has no attribute 'warn' ```...
### Xmake Version 2.8.8 ### Operating System Version and Architecture windows 10 ### Describe Bug Dependencies resolution failed for packages(with no pkgconfig) form vcpkg. e.g. vcpkg::boost ``` vcpkg depend-info boost...
The jaydata script url will be like: bower_components/infra-client/app/scripts/vendor/jaydata/jaydata.js?bust=xxxx. The function getUrl() don't recognize this, so the provider URL be incorrectly parsed to: 'jaydataproviders/' + providerName + 'Provider.js' getUrl Code: ```...