xahon
xahon
https://github.com/cginternals/cppfs/blob/e6b03ac2f4d919497acec121dc4df0b69c591257/source/cppfs/include/cppfs/cppfs.h#L16 3 definitions in that file. I'm sure that there are another usages of `enum` in the project
Is there such a feature? I was unable to find similar option and it doesn't detect circular dependencies. It would be a cool feature
Is it possible to define field of table as `unique`? `{ type: '', key: true }` is buggy Using `{ type: 'text', key: true }` and `...createAsync({ name: 'Ilya' })`...
Is there any option or environment variable to skip changing rpaths? I already have my rpaths correctly set for my project layout
[](https://issuehunt.io/r/piotrwitek/typesafe-actions/issues/156) How do I create a default action handler. For example loadingReducer should set `loading` bool to true only if it receives specific actions, otherwise I want to make it...
> ERROR: Invalid setting 'Visual Studio' is not a valid 'settings.compiler' value. Possible values are ['sun-cc', 'gcc', 'msvc', 'clang', 'apple-clang', 'intel-cc', 'qcc', 'mcst-lcc'] My current workaround is ```cmake conan_cmake_autodetect(settings) list(FIND...
I have these families: ``` val Placeable: Family = Family.all( NavigationComponent.Position::class.java, NavigationComponent.Rotation::class.java ).get() val Movable: Family = Family.all( NavigationComponent.Position::class.java, NavigationComponent.Rotation::class.java, MovementComponent.MoveSpeed::class.java, MovementComponent.MoveInfo::class.java ).get() ``` is there any way to make...
``` std::string base_code_ = "0"; std::string left_code_ = "100"; std::string right_code_ = "200"; dtl::Diff3 diff3(base_code_, left_code_, right_code_); diff3.compose(); if (!diff3.merge()) { std::cout
Can that lib use only one of the axes of the cursor? I need to only change tooltip position by horizontal with fixed Y position