Imre Fazekas

Results 13 issues of Imre Fazekas

When I Install it, the following warning message appears: npm WARN deprecated [email protected]: New code is available at github.com/uNetworking/uWebSockets.js Would you mind if I prepare a PR for this?

Dear finnsson, I got an issue while calling toJSON. ``` console.log( ko.toJSON( theViewModel ) ); pager.extendWithPage( theViewModel ); console.log( ko.toJSON( theViewModel ) ); ``` The first executed perfectly ``` {"personal":{"sex":"male",...

Dear Oscar, I took the liberty to add a new function to the view model: toJSONByPrototype when the method extendWithPage is executed. This allows one to generate the JS by...

##### System information (version) - OpenCV => master and 5x latest - Operating System / Platform => Macos 12.3.1 - Compiler => XCode 13.3.1, Python 3.8.9 ##### Detailed description Nor...

category: build/install
platform: ios/osx
incomplete

Hello, I would like to have rings appearing at the points where archs are touching the globe. Similar to this: https://github.blog/2020-12-21-how-we-built-the-github-globe/ And haven't found any API to make it happen?

Hello, I have a highly scaled microservice app and my messages passed through a nats.io already process IDs, correlationIDs and parentIDs. Everything actually to reconstruct the complete directed call graph....

Branch: master, latest OS: MacOS 12.5.1 Comp: M1 MBP Rosetta: no Docker: 4.11.1 ``` vii@VII-Max nebula-docker-compose % docker-compose up [+] Running 11/7 ⠿ Network nebula-docker-compose_nebula-net Created 0.0s ⠿ Container nebula-docker-compose-metad0-1...

type/enhancement

I'm using the following docker file: ``` FROM mhart/alpine-node:6.9.1 RUN apk update && apk upgrade && \ apk add --no-cache bash git openssh make gcc g++ python RUN mkdir /root/.ssh...

Dear Ethan, I moved the code to connect-rest 2.0. The very minimal to make it work, test ran without error.