Vincent,
Easy enough to try..
https://www.vimarun.com/download/Vimarun-Setup-1.0.59.zip
You are right that you don't get the download warning.
Type: Posts; User: wila
Vincent,
Easy enough to try..
https://www.vimarun.com/download/Vimarun-Setup-1.0.59.zip
You are right that you don't get the download warning.
Anders,
If the number is in the thousands then this experiment here probably won't succeed. We'll see, yes I agree that 20 is pretty low, it was just a statement of someone over at hackernews. I...
Frank,
Nice!
Also curious what all the "coming soon" parts on your website are going to be. :)
No doubt they will be interesting as well.
--
Wil
Thanks everyone.
I'm humbled by the response!
--
Wil
Stephen,
It's a black box, but there was someone who mentioned the number 20 was sufficient for reporting the binaries from different locations as being harmless. I think the real answer is going...
Thanks!
Dave,
I would love to add support for more hypervisors, but do need more sales for me to be able to invest the amount of time needed for that into it.
Sales is improving though.
Sold about 2.5x...
Hi,
As some of you might know, besides DataFlex I do spent quite a bit of my time with VMware products.
So much even that I have a couple of commercial products available for VMware users.
One...
Anders,
I don't expect any "magic" done by DAW to normalize UTF8 strings.
While that could one way to tackle things like string comparisons, it is also likely to trigger a lot of unexpected...
Bob,
Ok, createdb you mean?
Here's a cheat sheet website I had bookmarked a while back, it may help.
https://tomcam.github.io/postgres/
Oh and for users from Linux or macOS, there's also...
Anders,
Maybe DAW could wrap this function?
https://docs.microsoft.com/en-us/windows/win32/api/winnls/nf-winnls-normalizestring
That appears to do what you ask.
While I was reading more...
Thanks Harm,
As usual helpful.
A tad pedantic, but I think that you have a typo here:
and that it should be
edit: OMG, I just now realize what I think you meant after reading Anders his...
Very impressive and thank you for helping to keep it under control.
I remember reading about the mutation of the virus and thinking "here we go"..
Also a great example for the "Power of...
Bob,
I've ran PostgreSQL on many things, not AWS though, but don't really see why that matters.
But you've not really given us anything to work with.
What PostgreSQL version?
What host OS?
Samuel,
Good stuff.
Yes, unicode is both a blessing and a curse, it can be very confusing at times.
When looking back at one of those favorite examples here at the forum "Hello" in Thai...
Samuel,
"Ã" <> "Ā"
I agree with your "why does it return anything for the second position" part though.
If you get the ascii value for the first character, then it returns 65..
eg:
Hi,
Agreed, the diagram control from syncfusion is great. Also did some work with that for a customer.
It however does mean that you'll end up using a web browser control in your project....
Thanks Samuel,
I was wondering about that...
One thing that Michael can try is to replace the cImageContainer with a plain DataFlex object (eg. just a container) and see if the drawing is fast...
Hi,
First off.. that looks really great. Hats off to your man.
You have 600 windows controls and the only way to redraw them is by drawing them one by one. That's just how windows works,...
I'll add another disadvantage.
Database backups become more difficult to manage due to size.
--
Wil
Henri,
No problem.
--
Wil
Hi,
I was code signing a binary and as I dual sign my binaries I noticed that the SHA1 signature was no longer working.
Took me about an hour to figure out what was wrong as signtool just flat...
Henri,
I'm not saying that you are implementing it wrong. I was trying to point out that it has its flaws due to its complexity
Yes you are welcome to disagree with that, if you think it is an...
Thanks Peter,
Good info, as always, I love both suggestions!
To be clear, the intention of this post is to have DAW create a solution to everyone, not a "everyone roll their own" alternative....
JWT is not only loved by developers.
Let me drop a few links for awareness.
https://medium.com/@rahulgolwalkar/pros-and-cons-in-using-jwt-json-web-tokens-196ac6d41fb4
...