Danny Povolotski

Results 49 issues of Danny Povolotski

In the JS-land Redux, one of the convenient things is having various patterns that allow you to dispatch actions based on actions dispatched. e.g thunks and more complex concepts like...

It _seems_ that everything is just fine, but I can't get it to import anything. The server credentials work if I connect using the mongo command. The database has entries....

Following up on: https://github.com/israelidanny/veinjs/issues/7 It seems like a good idea to integrate with some sort of prefix-free library to provide some added value to the existing functionality.

enhancement

I'm writing an app on `next.js` which I plan to deploy to CloudFlare Pages + Workers. I know there's CloudFlare support, but when running the local development server of next.js,...

Currently I have a monorepo that includes a Deno project that I migrated from elsewhere. I have a lot of tasks set up and I miss the ability of being...

Conan complains a lot about not being able to install system packages on linux and asks to set `tools.system.package_manager:mode` from 'check' to 'install', however when that is done it fails...

I'm using this plugin, and putting this kind of code in my CMakeLists.txt: ``` find_package(SDL2 REQUIRED CONFIG) target_link_libraries(${TARGET_NAME} SDL2::SDL2main) if (TARGET SDL2::SDL2-static) target_link_libraries(${TARGET_NAME} SDL2::SDL2-static) else () target_link_libraries(${TARGET_NAME} SDL2::SDL2) endif ()...

triaging

I end up getting stuff like: ``` -DBUILD_TESTING:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=C:\Users\danny\CLionProjects\elixir-overlay\conan_provider.cmake -DCONAN_COMMAND="C:\Program Files\Conan\conan\conan.exe" -DBUILD_INTEGRATION:BOOL=ON -DBUILD_WITH_MT:BOOL=ON -DCEF_RUNTIME_LIBRARY_FLAG:STRING=/MT -DUSE_SANDBOX:BOOL=OFF -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="C:\Users\danny\CLionProjects\elixir-overlay\conan_provider.cmake" ``` With multiple conan_provider.cmake references.

triaging

I'm proposing adding a discriminator similar to the OpenAPI discriminator feature: https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/ This would address the following feature requests: https://github.com/open-rpc/spec/issues/382 https://github.com/open-rpc/spec/issues/367 And in general be predictable for anyone who worked...