Herman Ho

Results 28 comments of Herman Ho

It sound good. I am working my fork on asp.net core support and you can find the package in nuget https://www.nuget.org/packages/Postal.AspNetCore/ ,

Is it possible to setup a CI (AppVeyor, TravisCI) with some test cases to improve the PR reviewing and merging ?

It may be the HttpContext is null and MVC viewengine cannot be initiated out of the http pipeline. Please try mock the HttpContext class and assign tonHttpContext.Current

Pleas try https://github.com/hermanho/postal

I have the similar issue. It has 0.91 confidence for the false face result. ![Image](https://github.com/hermanho/facenet-test/raw/master/1_result.jpg) How to solve it? Here is the repo: https://github.com/hermanho/facenet-test

No, it is a tv steaming recording. Here is the info from ffprobe ``` Input #0, mpegts, from '2022-07-27_21-29-01.ts': Duration: 01:01:59.34, start: 53543.640167, bitrate: 5382 kb/s Program 99 Stream #0:0[0x3df]:...

This issue also affect when input with Chinese languages. The workaround cannot solve. Here is the demo: https://snack.expo.io/@hkhermanho/textinput-with-cjk ![RPReplay_Final1607016357_320](https://user-images.githubusercontent.com/2337380/101066915-db61f880-35d1-11eb-82b1-1fc9ff304886.gif) There is no problem when both TextInput are placed without Portal....

I create a new web project and re-test it again. It have different result on different version of .net core. It seems it is fixed in .net core sdk. -...

How about applying css? https://codesandbox.io/s/material-ui-chip-input-input-alignment-w8cej

Mount the source directory directly might be created unexpected side effect. For example, npm install will be one of the steps in pre_build. The working directory will be polluted with...