jershell
jershell
I modified it, but same error For clean test I removed sdk-tools-src directory. Also tried ``` add_definitions(-DPNG_ARM_NEON_INTRINSICS_AVAILABLE=1) ``` in out I see ``` /root/sts/src/libpng/pngrtran.c:23:13: warning: 'PNG_ARM_NEON_INTRINSICS_AVAILABLE' macro redefined [-Wmacro-redefined] #...
Also ```http://192.168.1.87:8080/debug``` marked as an invalid URL Any ipv6 address will invalid like this ``` http://[::1]:3000/projects/5fd65de50df52c1a6781df40/hooks ``` I think we can replace it ```js url: function (url) { return /https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_\+.~#?&/=]*)/i.test(url);...
So, to fix this I used ``` validator.register('url', isValidUrl, undefined); ``` The third argument is undefined for using the default error messages.
For reproduce this bug : 0. mkdir abc && cd abc 1. gradle init (select application-kotlin-kotlin-dsl) 2. ./gradlew build 3. open VSCode and run debbuger; (not forget change class name)...
Hello, any news?
> @jershell maybe a `git rebase master` instead of a `git merge`, to remove that unneeded commit > > Thanks for your hard working looking forward to this update >...
> InputStream doesn't support seeking. You'll need to adjust your application such that you can use a URL directly with FFmpeg. I have my own implementation of InputStream with mark\reset...
Thx, it's help me.