Haojian Wu
Haojian Wu
Currently automata.js only supports `0-9`,`a-z`, ` `and`_` characters.(https://github.com/hokein/Automata.js/blob/master/src/lexer.js#L17). It makes sense to support more character.
no, patches are welcome.
Below is clang diagnostics: ``` ./magic_enum.hpp:408:51: error: no matching function for call to 'is_valid' constexpr std::array valid{{is_valid()...}}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./magic_enum.hpp:436:10: note: in instantiation of function template specialization 'magic_enum::detail::values' requested here return...
Thanks for the quick replies! > Look like can use -Wno-error=enum-constexpr-conversion but it's required a change on the user build config, as I know inside the library we can change...
The patch should be available in the clang trunk on godbolt, I can see the [error](https://godbolt.org/z/qfb1beE9r) on a simple sample. > I checked on [godbolt](https://godbolt.org/z/czrjGx9fj) and it seems to be...
星级:4星 名称:LICEcap 官网:http://www.cockos.com/licecap/ 推荐理由:开源的GIF图片录制软件,容易上手和使用,支持Windows和OS X。
I think the ranking never works properly :( Your analysis is right, required-fixes completion candidates always rank higher because of our prefix hack -- `"."` vs `".member"`, `""` vs `"get"`,...
Confirmed that this is fixed in v0.1.7.
@noxwell could you provide more details on reproducing the issue? I didn't reproduce the issue with the following steps: - open vscode - connected to the remote machine - open...
After trying a few combinations, I think I managed to reproduce partially -- it seems only occur when `clangd` is not installed in remote machine (`which clangd` reports `clangd not...