Lewis Pham

Results 13 issues of Lewis Pham

PR for issue #71 . Basically, this PR modularizes the package and adds supports for bundling bcrypt.js with commonjs syntax via build tools like `webpack` or `rollup`. It also removes...

Right now, in order to use bcryptjs on browsers, we have to manually include the pre-bundled script into the main html file then access it via `dcodeIO.bcrypt`. I think that...

Is there any options for permanent storages? If not, does FIDB have any plans for supporting this feature? Something like sync data with the real IndexedDB?

After upgrading to version 8.2.1, I'm receiving this error for all syntax errors and also the query depth error. ```json { "statusCode": 400, "code": "MER_ERR_GQL_VALIDATION", "error": "Bad Request", "message": "Graphql...

Hi bạn, Trước tiên thì cảm ơn bạn vì ứng dụng hữu ích. Mình có xem qua mã nguồn ứng dụng thì thấy bạn là dev duy nhất của project...

Feature

I'm honestly really like this project as it's fast and simple. But I'm still a bit reluctant in using it as the replacement for my current Redis pub/sub setup. It'll...

At this time, `slackbots` will not work if node.js is installed under a copporate proxy. All the outgoing http requests sent by `slackbots` will return with the `time-out` error. I...

**Describe the bug** I'm using `stylus` as the css preprocessor. This syntax is no longer working and throwing an error instead. It looks like the processed code does not add...

bug
help wanted

I think this lib will be ways more useful if we do not need to define the schema. Typescript projects usually already have classes and interfaces for javascript objects. Other...

I've just took a look at the source code and I saw `str.charCodeAt` is used instead of `str.codePointAt`. So fuzzy searching unicode characters (multibytes characters for example) is probably not...