caxapexac

Results 51 comments of caxapexac
trafficstars

@wasikuss @bkaradzic Do you have working version of this slider in 1.85?

@bkaradzic How to get RoundScalarWithFormatFloat and SliderCalcRatioFromValueFloat?

@bkaradzic Oh its RoundScalarWithFormatT from new version. Whats the type? SliderCalcRatioFromValueFloat is not exist in this version at all

Solved taken code from imgui_widgets.cpp from your repo ```cpp // extern float RoundScalarWithFormatFloat(const char* format, ImGuiDataType data_type, float v); float RoundScalarWithFormatFloat(const char* format, ImGuiDataType data_type, float v) { return ImGui::RoundScalarWithFormatT(format,...

@Zejzz what version of imgui are you using? Write the full stacktrace of an error

Any solution yet? @sebasjm's solution doesnt look like a good way of doing this

I just need to inline scripts and styles, nothing more than that

Tried to use `react-dev-utils/InlineChunkHtmlPlugin` and my preact.config.js looks like this: ```js import HtmlWebpackPlugin from "html-webpack-plugin"; import InlineChunkHtmlPlugin from "react-dev-utils/InlineChunkHtmlPlugin"; export default (config, env, helpers) => { config.plugins.push( new InlineChunkHtmlPlugin(HtmlWebpackPlugin, [/.+[.]js/])...

So https://github.com/jantimon/html-webpack-plugin/issues/1068 says 'getHooks is new in html-webpack-plugin 4.0.0.alpha-2' and you have "html-webpack-plugin": "^3.2.0", and I mentioned is #1629 that you can't install another version What should I do?

@rschristian it uses grep, I use windows It uses something strange while webpack plugins just casually exist