erwin solihin

Results 26 issues of erwin solihin

.Net Framework 4.7.2 and .Net Standard 2.1 has class [CertificateRequest](https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.certificaterequest) for generating certificate You can see example code for creating/chaining certificate [here](https://stackoverflow.com/a/65839573/4082344)

enhancement
contributor wanted

I have string `aaa` how to match boundary word for the following: ```javascript aaa // true aaa:bbb // true ccc,aaa@bbb // true aaab //false baaa // false baaac / false...

parsed `$instructions` is very small less than 1 Kb (139 bytes below) ``` [["reverse","34"],["swap","13"],["splice","3"],["reverse","44"],["swap","69"],["splice","2"],["swap","58"],["reverse","24"],["splice","1"]] ``` vs full javascript file can bigger than 1000 Kb

**Clappr Version**: 0.3.3 I have m3u8 playlist and it `level.bitrate` is like ``` #EXT-X-STREAM-INF:BANDWIDTH=571104,... #EXT-X-STREAM-INF:BANDWIDTH=279221,... ``` which is not return `int` if divided by `1000`, should we use `parseInt(level.bitrate/1000)` or...

enhancement

Hi, Please review, I add the following options: ``` --country --cc (2-letter country code) --city --sponsor --host ``` regards

This is not issue, I think it good idea if you can add https://app.quicktype.io to the Readme, it parse JSON and generate the Class, it useful for known Json and...

please takeover or create new project repo url: https://github.com/HookyQR/VSCodeBeautify ![image](https://user-images.githubusercontent.com/760764/175579640-4bce5802-aa1d-4197-b593-ef261a3c736b.png)

type: discussion

I think it is good idea if it replace `_0xZZZ` with readable names like `namora/potato/mokaro/kalimu` instead of short names `a/b/ab/cb` here an idea to generate the names ``` function generateName()...

Too many (Million lol) HTTP request to googlePlus may decrease your server performance or even you get blocked, here I modify `sharrre.php` you only need to define cache life, by...

hello, I need to protect hls streaming by page referer, the situation ``` http://www.example.com/mysteam.php < the stream http://cdn.example.com/flashls.swf < served by CDN for optimization ``` currently the referer is `http://cdn.example.com/flashls.swf`...