Aus Abdalrasul

Results 5 issues of Aus Abdalrasul

Hi, I've created a dockerfiles for this application, splitting it into three containers, ws-relay, http-server and ffmpeg stream. The whole application can be run: $ docker-compose up -d and stopped:...

At this line https://github.com/allenhwkim/react-openlayers/blob/8d6130de34f88754713b08e0057c28053f85793d/src/map.tsx#L115 There is a wrapping div without class or id that is impossible to select using css. This makes it impossible to assign "height: 100%" to the...

Bugfix: ScrollFollow component doesn't stop following when the user scroll up despite setting "startFollowing" prop to true. Feature: ScrollFollow resumes following when the user scroll all the way down and...

According to the documentation, ScrollFollow should be used like this: ``` ( )} /> ``` Where onScroll prop of LazyLog should trigger upon user scrolling. However this prop does not...

bug

The edge buffer size is too small when dealing with large images. So I added the option to make it user defined. Also when converting large images where the x,y...