Yuen Ying Kit

Results 21 comments of Yuen Ying Kit

I guess it is because the input value was set by javascript by the bulma-tagsinpput and value set by javascript won't trigger onChange event. My workaround is setting up the...

i installed two nerd-fonts on my archlinux laptop with i3-wm 1. `InconsolataGo` 2. `Noto` in i3 config, when i set the font to `font pango:Noto Sans 20`, small glyph was...

+1 hving the same problem with Ubuntu font

:heart_eyes: Thanks for providing the workaround, using `docker-squash` could solve the problem. Another approach is updating the base image from alpine to new version (Alpine >= 3.6.2) or other linux...

This is becoz the canvas keep using the initial circle width for redrawing the circle on resize. Add the `redrawCircles` function and replace the `updateCircles` by this new function in...

Hi @SergiiShapoval, i am facing the same problem becoz the xgo container is missing the pcap.h. ``` vendor/github.com/tsg/gopacket/pcap/pcap.go:20:18: fatal error: pcap.h: No such file or directory ``` i try to...

Hi @SergiiShapoval, Thanks for your quick reply. i couldn't get the build work for linux because the pcap.h is missing in the xgo-base image. Currently i forked the repository and...

@SergiiShapoval got it~ thx for your info~ =)

``` html Powered by, UberGallery ```

i find the cause of the problem. The thumbnail could be shown after i modified the $this->_rThumbsDir to the cache folder name. ``` php // Get the relative thumbs directory...