Kilian Ciuffolo
Kilian Ciuffolo
test suite failing from c27aed55b9c97d5f66b76ae870741ce91588da17 go: downloading github.com/smartystreets/goconvey v1.6.4 go: downloading github.com/jtolds/gls v4.20.0+incompatible go: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d unexpected fault address 0x1044f6028 fatal error: fault [signal SIGBUS: bus error code=0x1 addr=0x1044f6028...
If use a different method, it doesn't work at all: ```go t.Run("should return a list of people", func(t *testing.T) { calledWithUrl := "initial value" stub := func(req *fasthttp.Request, resp *fasthttp.Response)...
more logs with the latest changes, 2 failed out of 100 local runs, but almost 80% failure in docker. error from docker and local go version go1.21.5 darwin/arm64 Run 1...
I did read that, but I didn't get it sorry :) Is this correct? ``` js $.mask.masks.msk = { mask: /^a.+c$/ } usernameInput.setMask({ mask: 'msk' }) ```
Not sure when my PR will arrive but just for now, I am going to leave this here! ```Dockerfile FROM golang:1.8.3-alpine3.6 as builder RUN apk --no-cache --update add git WORKDIR...
@orzarchi thanks for contributing. Are you aware of any way that we can toString only the constructor dropping the rest of the class? Ideally given: ``` js 'use strict' class...
also I just gave this a try and it works: ``` js 'use strict' const introspect = require('introspect') class Polygon { constructor(height, width) { this._height = height this._width = width...
Ok, so @orzarchi I think I have a grip of the problem here and I think I know how to fix it. First of all just testing for `/class/` doesn't...
@orzarchi I am running v4.2.1 so that shouldn't be the problem. What about this, I will write failing test suite on a new branch and then we can work together...