Chris3773

Results 8 comments of Chris3773

Using full-text query in a TVF requires the variable that comes from EF to be the same size as the variable defined in the TVF. By default it will create...

It looks like Kodi was blocked by my firewall. I needed to allow Kodi through my firewall. Following @anxdpanic steps will allow for Kodi to prompt you for allowing in...

You can use webpack to build your "./wwwroot/js/pdf" file as that will bundle "jsreport-core" with your script. Then you can run that script on NodeServices without needing to copy over...

I'm running into this same problem. Based on my testing it looks like the app-root that is displaying is from the server and the other is the browser version. However...

I would like to see an option for only adding the hash to the icon files and not the manifest.json. The use case for this is when using Angular Universal...

In testing the newer versions of 7zip default to all CPU threads. The custom parameter is set differently for multi threading. It uses `mt` with the thread count. I give...

It looks like only the ATOM and JSON formats return back an `icon` field. ATOM: ``` .... ... https://www.example.com/favicon.ico https://www.example.com/favicon.ico ... ``` JSON: ``` { "version": "https:\/\/jsonfeed.org\/version\/1", "title": "....", "home_page_url":...

> Just in case, you don't have `ignorelb` in `ups.conf` section for the device, right? Correct, I do not have `ignorelb` in `ups.conf`.