Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mcollina/bloomrun issues and pull requests

#70 - Typings

Issue - State: open - Opened by IlhamKhabibullin over 5 years ago - 1 comment

#69 - Max Call Stack Exceeded when removing patterns

Issue - State: open - Opened by DonovanBoddy about 6 years ago - 7 comments

#68 - Removing regex pattern doesn't remove by insertion order

Issue - State: open - Opened by StarpTech about 6 years ago - 5 comments

#67 - Resolve issue #48

Pull Request - State: closed - Opened by vdakalov about 6 years ago - 1 comment

#66 - binaries in javascript file

Issue - State: closed - Opened by veeramarni almost 7 years ago - 3 comments

#65 - Add `for of` support for iterator

Pull Request - State: closed - Opened by tz70s about 7 years ago - 5 comments

#64 - Support `for of` for iterator

Issue - State: closed - Opened by StarpTech over 7 years ago - 2 comments

#63 - Feature/#55 depth order

Pull Request - State: closed - Opened by StarpTech over 7 years ago - 3 comments

#62 - faucet suppressed console.log

Issue - State: closed - Opened by StarpTech over 7 years ago - 2 comments

#61 - Bench2 should not go out of memory anymore

Pull Request - State: closed - Opened by mcollina over 7 years ago - 2 comments

#60 - Do not cause an infinite loop when removing.

Pull Request - State: closed - Opened by mcollina over 7 years ago - 1 comment

#59 - Memory leak when running bench2

Issue - State: closed - Opened by StarpTech over 7 years ago - 7 comments

#58 - Feature/#57 max call stack after removing

Pull Request - State: closed - Opened by StarpTech over 7 years ago - 2 comments

#57 - Maximum call stack size exceeded when removing many patterns

Issue - State: closed - Opened by StarpTech over 7 years ago - 4 comments

#56 - Where is the bloom filter in bloomrun?

Issue - State: closed - Opened by StarpTech over 7 years ago - 2 comments

#55 - unexpected behaviour using indexing:depth

Issue - State: closed - Opened by afoninsky over 7 years ago - 12 comments

#54 - Add .npmignore to reduce NPM package size

Pull Request - State: closed - Opened by brianvanburken almost 8 years ago - 2 comments

#53 - Renames `magic` to `weight` as evoked in #51

Pull Request - State: closed - Opened by gabssnake about 8 years ago - 4 comments

#52 - test: patterns with nested objects are supported

Pull Request - State: closed - Opened by gabssnake about 8 years ago - 14 comments

#51 - Closes #50, depth indexing preserves insertion order for same pattern

Pull Request - State: closed - Opened by gabssnake about 8 years ago - 9 comments

#50 - test: depth indexing preserves insertion order for same pattern

Issue - State: closed - Opened by gabssnake about 8 years ago - 1 comment

#49 - Closes #48, removing regex pattern without other keys is allowed

Pull Request - State: closed - Opened by gabssnake about 8 years ago - 1 comment

#48 - test: Remove pattern with regex

Issue - State: closed - Opened by gabssnake about 8 years ago - 4 comments

#47 - Feature/#46 fixed safe equal

Pull Request - State: closed - Opened by StarpTech about 8 years ago

#46 - safeEqual is not safe

Issue - State: closed - Opened by StarpTech about 8 years ago - 3 comments

#45 - Deliver better speed than patrun on find/lookup

Pull Request - State: closed - Opened by mcollina about 8 years ago - 8 comments

#44 - is there any conditions then bloomrun.lookup faster than patrun.find?

Issue - State: closed - Opened by afoninsky about 8 years ago - 1 comment

#43 - List both patterns and payloads at the same time

Pull Request - State: closed - Opened by mcollina over 8 years ago

#42 - Fixed an edge case where deep patterns without a key are not checked.

Pull Request - State: closed - Opened by mcollina over 8 years ago

#41 - Test: recursive depth support, with no other keys

Issue - State: closed - Opened by gabssnake over 8 years ago - 1 comment

#40 - Clarify behavior of indexing: 'depth'.

Pull Request - State: closed - Opened by mcollina over 8 years ago

#39 - Tests: `.list()` seems sensible to key order despite `depth`

Issue - State: closed - Opened by gabssnake over 8 years ago - 4 comments

#38 - Boolean value false doesn't match

Issue - State: closed - Opened by brianvanburken over 8 years ago - 3 comments

#37 - Tidy up

Pull Request - State: closed - Opened by mcdonnelldean over 8 years ago - 1 comment

#36 - Document Regex usage

Issue - State: closed - Opened by mcdonnelldean over 8 years ago - 1 comment

#35 - Document '.default()'

Issue - State: closed - Opened by mcdonnelldean over 8 years ago

#34 - Prerelease fixes

Pull Request - State: closed - Opened by mcdonnelldean over 8 years ago - 1 comment

#33 - Regex isn't supported as tests claim

Issue - State: closed - Opened by mcdonnelldean over 8 years ago - 3 comments
Labels: bug

#32 - Correctly support Regex and default lookup

Pull Request - State: closed - Opened by mcdonnelldean over 8 years ago - 18 comments

#31 - XOR Check for strings

Pull Request - State: closed - Opened by mcdonnelldean over 8 years ago - 10 comments

#30 - guarding against timing based attacks

Issue - State: closed - Opened by davidmarkclements over 8 years ago - 7 comments
Labels: enhancement

#29 - add a destroy method

Issue - State: closed - Opened by davidmarkclements over 8 years ago - 6 comments
Labels: enhancement

#28 - catch all/wild card matching

Issue - State: closed - Opened by davidmarkclements over 8 years ago - 9 comments
Labels: bug, enhancement

#27 - Support for node v6.

Pull Request - State: closed - Opened by mcollina over 8 years ago - 2 comments

#26 - rm es6-set - shave 80% off browser build size, drop 0.10 and old browser support

Pull Request - State: closed - Opened by davidmarkclements over 8 years ago - 2 comments

#25 - Improved ci

Pull Request - State: closed - Opened by AdrieanKhisbe about 9 years ago - 2 comments

#24 - Beyond insertion order, match elements with more elements first

Pull Request - State: closed - Opened by mcollina about 9 years ago - 3 comments

#23 - Deeper matches should win

Issue - State: closed - Opened by mcdonnelldean about 9 years ago - 2 comments

#22 - Fix the benchmark as it is broken by the exact matching change

Issue - State: closed - Opened by mcollina about 9 years ago - 1 comment

#21 - Added in regexp support, if another matching key is found

Pull Request - State: closed - Opened by mcollina about 9 years ago - 1 comment

#20 - Updated travis to use containers, added node 4 and 5 latest

Pull Request - State: closed - Opened by mcdonnelldean about 9 years ago

#19 - Exact matching

Pull Request - State: closed - Opened by mcollina about 9 years ago - 3 comments

#18 - More specific matches loose out to less specific based on order

Issue - State: closed - Opened by mcdonnelldean about 9 years ago - 3 comments
Labels: bug

#17 - Assets

Pull Request - State: closed - Opened by mcdonnelldean over 9 years ago

#16 - List patterns

Pull Request - State: closed - Opened by mcollina over 9 years ago - 2 comments

#15 - Add the ability to find a match via regex

Issue - State: closed - Opened by mcdonnelldean over 9 years ago - 6 comments
Labels: enhancement

#14 - Logo

Pull Request - State: closed - Opened by mcdonnelldean over 9 years ago - 4 comments

#13 - Move functionality for 'remove' to it's own file.

Issue - State: closed - Opened by mcdonnelldean over 9 years ago
Labels: refactoring

#12 - Find an squash Annon Functions

Issue - State: closed - Opened by mcdonnelldean over 9 years ago - 1 comment
Labels: refactoring

#11 - Completes #10

Pull Request - State: closed - Opened by mcdonnelldean over 9 years ago - 3 comments

#10 - Remove all handlers for a pattern regardless of payload

Issue - State: closed - Opened by mcdonnelldean over 9 years ago - 4 comments

#9 - you missed a spot :D

Pull Request - State: closed - Opened by mcdonnelldean over 9 years ago

#8 - Complete README TODO

Issue - State: closed - Opened by mcdonnelldean over 9 years ago - 1 comment
Labels: enhancement

#7 - Remove functionality

Pull Request - State: closed - Opened by mcdonnelldean over 9 years ago - 3 comments

#6 - Test Updates

Pull Request - State: closed - Opened by mcdonnelldean over 9 years ago - 1 comment

#5 - Confirm bloomrun works in the Browser

Issue - State: closed - Opened by mcdonnelldean over 9 years ago - 1 comment
Labels: question

#4 - README Additions

Pull Request - State: closed - Opened by mcdonnelldean over 9 years ago

#3 - Kill the wiki tab

Issue - State: closed - Opened by mcdonnelldean over 9 years ago

#2 - Create the ability to 'remove' a pattern

Issue - State: closed - Opened by mcdonnelldean over 9 years ago - 7 comments
Labels: enhancement

#1 - [WIP] Optional Payload Ability

Pull Request - State: closed - Opened by mcdonnelldean over 9 years ago - 4 comments