Irakli Safareli

Results 83 issues of Irakli Safareli

Maybe provide "safe" constructor which checks if input is valid first, or something other then returning invalid values like this: ``` js > var BN = require('bn.js'); > (new BN("10",...

It would be nice if users could only specify `env` for flags/options and not `long`

Would be great there was a note on if the regex is vulnerable against ReDos. I tested on - https://devina.io/redos-checker - https://makenowjust-labo.github.io/recheck/ and both say that regex is linear. only...

Most common thing to do when user is visiting this site is to focus on hex input and past in some color so why don't add autofocus attribute so next...

## 📖 Documentation Hi can someone share snippet of code on how to use sequenceS with record of functions? The function module is not exporting the Apply instance, that's why...

Here we have `.parent` flex-container with `height:50vh` and `overflow:auto`. it has two children. in `.child2` we have some `.content` and it's height is 100vh. so `.parent` is scrollable and i's...

## Problem On Postgres database one can have [COMMENT ON](https://www.postgresql.org/docs/9.1/sql-comment.html) different database objects (tables, columns, types). When generating prisma file from such database comments are written in the generated file....

kind/feature
topic: schema
topic: introspection
topic: database-functionality
topic: comments
team/schema
team/psl-wg

# Proposal / Suggested solution Add following method to PrismaClient: ```ts class PrismaClient { $clone: (scope: unknown) => PrismaClient } ``` this method will create "soft" copy of the underling...

kind/feature
topic: prisma-client
team/client

In purescript derivations of some functions are exported from the module where typeclass is defined. Currently we have then in readme.md as text, but having them exported from FL would...

in [purescript-parallel](https://github.com/purescript/purescript-parallel/blob/1969c32b7ee2235869526ae6968c7e476ec6a702/src/Control/Parallel/Class.purs) there are this classes: ``` haskell -- | The `MonadPar` class abstracts over monads which support some notion of -- | parallel composition. -- | -- | The...