Paulo Coutinho
Paulo Coutinho
Hi, Thanks for this great theme. Im trying migrate my blog to this: https://pastorpaulo.com/ 1 - I need change colors to make it like mine (blue left menu, gray text,...
Hi, Im getting this error: ``` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/paulo/Developer/workspaces/python/pyaa/manage.py", line 22, in main() File "/Users/paulo/Developer/workspaces/python/pyaa/manage.py", line 18,...
Question: I dont understand naive examples I need classify phrases sentiment (positive, negative) and in categories (errors / subscription / support), but i dont understand how to do it with...
Hi, Can you add support list of same parameters? Example: ``` nativium --build=debug --build=release --build=relwithdebinfo ``` Get all `--build` parameters and a vector of it. Thanks.
Hi, First, nice library. There is a version for Vue? Thanks.
Hi, Im trying to run on my macbook intel with macos mojave: ``` pip install dearpygui Successfully installed dearpygui-1.6.2 ``` My demo code: ``` import dearpygui.dearpygui as dpg import dearpygui.demo...
Please, add this method to we make a custom use of this component in another case that we load the images only when table/scrollview decelerate, like Apple example: https://developer.apple.com/library/ios/samplecode/LazyTableImages/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009394-Intro-DontLinkElementID_2
Hi, Can we use it in production? I see some old issues and PR. Thanks.
Hi, Nice plugin. Since we execute: `./gradle/gradlew assemblePaidProdRelease`` To generate the APK. How we can publish using your plugin passing from command line the arguments for flavour? Thanks.
Hi, Im using it in our app and i want know if you can add some methods please for: - context.resources.getDimensionPixelOffset - context.resources.getDimensionPixelSize - context.resources.getValue - context.resources - context.resources.displayMetrics -...