Strider
Strider
Good day. Today I had got such message from `[email protected]`: ``` Started 15 tests, but only had 16 complete ``` This was happen when I was used two test expression...
Hi. I'm finding myself using `coalesce` for achieving clean and idiomatic code. But sometimes my data providers return me objects, where some keys I pick _present_, but _falsy_ (`undefined`, `null`,...
Hello, @borela! I use special background styling for zones like comments, strings and regexes. So I catch this issue pretty easy.  ``` /* @flow */ /* :: type $Glob$Options...
Hello. I got pretty specific issue. I'm not sure it can be solved inside Naomi, since I observe it on default JavaScript syntax as well. But I'll file a ticket:...
Hello, I'm not sure is this related to esri-loader especially, but this is related to ArcGIS JS in general. If this is not the proper place for a ticket, please,...
## Project description Consider we have application with relational DB. It is often paired with migration tool which works according to the set of migrations. Every migration is a patch...
Hi. I've find Project Maker interesting in automating project creation. However, it lacks one feature I strongly require. I save my sublime projects in distinct directory. Most of my projects...
Using plugin with `rollup@1` draws this warning: `Returning "dependencies" from plugin transform hook is deprecated for using this.addWatchFile() instead.` See rollup/rollup#2409 and [CHANGELOG](https://github.com/rollup/rollup/blob/7d669ebc19b8feb6a8a61fb84b95ea8df650dde1/CHANGELOG.md).
As for now, `tcomb` exports stateful instance, so library users will collide at least in `tcomb.fail`, and if they will extend `tcomb` with refinements, there's a chance refinements will collide...
I'm using this plugin and TS. This line is problematic: https://github.com/doesdev/rollup-plugin-analyzer/blob/0cbf5d0df632a7a15d0d47d2a935f7246c282a89/index.d.ts#L1 ```sh ../node_modules/.pnpm/[email protected]/node_modules/rollup-plugin-analyzer/index.d.ts:1:24 - error TS2307: Cannot find module 'rollup' or its corresponding type declarations. 1 import { Plugin }...