Jonne Arjoranta
Jonne Arjoranta
I'll go look at your last year's generator. Thanks for the tip!
@hugovk Can you mark this as completed?
Awesome, I was just thinking how to do this for my project REDACTED #27. I will need to figure how to censor just some parts of the text.
I'm also running into this. My code is essentially identical to the example given (& what @sakshamapp is using). I also get a 400 error. It seems the response contains...
IRC seems to show threads, so I was guessing there was some way to implement it. My best solution would've been some kind of text recognition and matching that to...
If anyone else tries to do this, this is the mysql syntax I used to replace the wrong url with the right one: ` UPDATE entities SET contents=REPLACE(contents,'"server":"wrong.server"','"server":"right.server"');`
The schema should support inputting data in differently localized ways. The parser would then need to be told which one to use. This also needs to be supported by the...
I would like this to be made a priority -- the current behavior is incredibly destructive and unintuitive. I ran into this last night: I wanted to stop syncing a...
Looking at the interface I now undestand what happened. Choosing what files are synchronized doesn't actually choose what local files are synced across machines, but the opposite: what remote files...