Jurgo Boemo

Results 7 issues of Jurgo Boemo

apparently the code was right, the problem was just the generated code. I've runned the build command and now it seems fine

this code : ``` var res = 5; function a(){ return this.res } a(); ``` should return 5 instead of undefined. this code is working fine: ``` res = 5;...

I get this errror. Here's my code: ``` 'use strict' var express = require('express'); var mongoose = require('mongoose'); var app = express(); var MongoRest = require('mongo-rest') let userSchema = new...

### Opencommit Version 3.2.2 ### Node Version 22.9.0 ### NPM Version 10.8.3 ### What OS are you seeing the problem on? Mac ### What happened? installing open commit with the...

bug

### What version of Effect is running? _No response_ ### What steps can reproduce the bug? step to reproduce it: ``` pnpm create effect-app@latest MY-EXAMPLE ✔ What type of project...

bug