adnan360

Results 9 comments of adnan360

I don't know if that's related, but I'm getting these messages. Some are cross origin (CORS) policy related, some are path related (wrong domain). ![hashover-03](https://user-images.githubusercontent.com/7857310/85282141-0ab1fc80-b4ad-11ea-8b73-48c535e66397.png)

Thanks. It was not there. I've added it. Now the CORS messages disappeared and paths now have the domain. But console shows another error now: > Unchecked runtime.lastError: The message...

@jacobwb This is probably an issue in browsers and how they harden things. For example, on older versions of Firefox (or Librewolf I don't remember) I had to disable Tracking...

@jacobwb I was looking for a structure for creating mysql table and found this. I created a table and imported data from a wp install through [this](https://github.com/jacobwb/hashover-next/issues/280) script. After importing...

Thanks @omarroth for pointing me to this issue. @edwardloveall I had no problems building BoringSSL on my 32 bit Debian, but I had issues with LSQUIC. First cmake complained that...

> We might be able to pick the default ones that make sense in Hexo and process them in the migrator. We can do these in the plugin for the...

> It should just fix it by default. This would be amazing if could be done. It would be one less option to worry about. Plus, if it becomes automatic,...

Unfortunately, there is no way of doing this on plain markdown. We'd have to use HTML instead to make it work on Hexo side. We can have a parameter to...

I thought I'd do a quick review/comparison: Terminal addon failed with the `read -p 'Input something: ' a && echo "$a"` input test. Terminal_Plus did better. I just had to...