Adam Bosco

Results 13 comments of Adam Bosco

Happening for me on the following configuration: - Windows 10 Pro x64 18362.900 - Intelephense v1.4.1 - Default Intelephense configuration - PHP 7.4.0 - PHP Language Features disabled - PHP...

I just set `"intelephense.environment.phpVersion"` to something else - `"7.0.0"` in this case - and the standard-lib functions stopped highlighting as undefined. In removing the setting thereafter (defaulting to `"7.4.0"` once...

@firxworx have you tried "Index workspace" in the command palette as well? Admittedly I didn't try it when I initially experienced the issue, but others have reported success with it....

A `Delegate` type would be amazing 👍 I'm just getting started with Typescript and Prisma, and spent the day floundering around attempting to achieve this on my own ☚ī¸

I too have run into this issue - it almost appears that nodist selects the oldest version of NPM available instead of the most recent, despite downloading the latter: ```cmd...

You're overwriting the original query with a new one... I think you meant this(?): ``` javascript const Model = require('mongorito').Model; let query = Model.gte( 'updated_at', new Date() ).lte( 'updated_at', new...

Hello all 👋 It's going to take me some time to wrap my head around this project, but I am in love with the idea! I would be happy to...

@alexstandiford I will study up and take a stab at this. Admittedly databases and ORM are somewhat outside of my expertise - but I would like to become more proficient...

That's awesome!! I've similarly been [building out a thought](https://github.com/bosconian-dynamics/berlindb-examples/tree/example-todo-list) and an implementation of what's expressed in the code and implantation thus far, here. But I've been running into various questions...

> I believe this is something we've talked about changing in the future > you've spotted a bit of unfinished'ness, that will eventually render this bit of internal duplication completely...