Tennyleaz

Results 11 issues of Tennyleaz

I'm using gamer os 22, Steam 1608507519, in Traditional Chinese locale. The updating screen doesn't show correct text: ![20210120_200401](https://user-images.githubusercontent.com/7089271/105174488-997b1a80-5b5d-11eb-8f4e-4397806e4dbe.jpg) Maybe it's a missing font?

I am using zerotier 1.4.6 on openwrt x86 19.07.0 rc2. I was able to setup and connect to zerotier server at my first setup. After a few days, zerotier shows...

The ubuntu/debain install command was: ``` apt -y install git apache2 libapache2-mod-wsgi python3-geoip2 python3-humanize python3-bottle python3-semantic-version geoip-database geoip-database-extra ``` But `libapache2-mod-wsgi` cannot properly execute python3 scripts. It should be replaced...

I need zeroplus controller support, so I'm using zeroplus branch: https://github.com/paroj/xpad/tree/zeroplus Every time after a kernel update, I need to run `sudo dkms autoinstall` again to let module to build....

I try to get and set gamma capability for my DS. I use: int gamma = 10; var cap = new Capability(Capabilities.Gamma, TwainType.Fix32, _applicationId, SourceId); var basicCapResult = cap.GetBasicValueCurrent(); if...

We used to track Windows versions like this: ```C# int osMajor = Environment.OSVersion.Version.Major; int osMinor = Environment.OSVersion.Version.Minor; string architecture = Environment.Is64BitOperatingSystem ? "; x64" : "; x86"; piwikTracker.SetUserAgent("Mozilla/5.0 (Windows NT...

It would be useful if we could access `signature` and `issued_at` parameters after getting a token. I also add a method to revoke current access token. Might solve issue #45.

I want to get API limits using [List Organization Limits](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_limits.htm) function, and I define my own object like: public class LimitBase { [JsonProperty(PropertyName = "Max")] public int Max { get;...

I got this error while installing: ``` PS D:\Workspace> npm install vue-lite-youtube-embed vue-frag --save ... npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/vue npm ERR! peer vue@">= 2.5 <...

I updated from 0.7.3 to 0.8.0, and get this npm warning at nuxt prepare/debug/build time: ``` ERROR (node:11982) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language....