jacobg

Results 71 issues of jacobg
trafficstars

It would be great to support `IN` operator, where the right hand side is a list of values. Since the Datastore client doesn't natively support that, this library would need...

feature request

Hi, I'm seeing a need for an InvertedSuffixTree. The scenario is where I have a list of rule suffix strings that I would insert into an InvertedSuffixTree, and then I...

requiredIf doesn't seem to support the passed function returned a promise of a boolean. It looks like it considers the promise a truthy value, and thus the field is always...

When trying to evolve a frozen object at a deep level, there is a lot of boilerplate, e.g.,: ```python foo = attr.evolve( foo, bar=attr.evolve( foo.bar, baz=attr.evolve( foo.bar.baz, qux='whew!' ) )...

* Framework7 version: [e.g. 3.0.0] latest (demo page) * Vue.js version: [e.g. 2.0.0] 3 * Platform and Target: all * Live Link or JSFiddle: https://framework7.io/docs/calendar#date-range ### Describe the bug Take...

It would be great to have a checkbox input component that shows the outline of the checkmark so that it's clear to the user that the box is meant to...

In the following code: https://github.com/lian-yue/vue-upload-component/blob/b5abe3054241efd80bc5ce2dd536033d522f64ce/src/FileUpload.vue#L1522-L1528 Why is the component listening for `dragenter` on the entire document? If the application wants to use the `dropActive` property to animate the component, then...

### Expected Behavior Should be able to auto-fill password by clicking on LastPass icon at right side of input box. This refers to the LastPass's Chrome extension. ### Actual Behavior...

⚠️️ bug

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? 0.28.2 ### What JVM are you using (`java -version`)? 11 ### What did...

bug

* cattrs version: latest * Python version: 3.7 * Operating System: mac os ### Description When the `attr.s` class contains a set attribute, the structure conversion leaves it as a...