etpinard / dash-textarea-autocomplete

Dash component wrapper for `react-textarea-autocomplete`
MIT License
13 stars 1 forks source link

Precompilation issue on Windows #7

Closed Felix-Gauthier closed 3 years ago

Felix-Gauthier commented 3 years ago

When git cloning to windows :

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'src/DashTextareaAutocomplete.jl'
  'src/dashtextareaautocomplete.jl'

Leaving precompilation of the package broken.

etpinard commented 3 years ago

Thanks for the headsup!

This is essentially a bug in https://github.com/plotly/dash-component-boilerplate

etpinard commented 3 years ago

Should be fixed now in v1.0.1 https://github.com/JuliaRegistries/General/pull/34281

Felix-Gauthier commented 3 years ago

Awesome thanks! I'll give it a go and report 👍

edit: @etpinard all good 🚀

Felix-Gauthier commented 3 years ago

Issue resolved, closing.