Timothy Heys

Results 16 comments of Timothy Heys

This would probably be better implemented in a similar fashion as the `setter` function for `@property` ``` @View.define('doc_name') def my_map_func(doc): yield None, doc @my_map_func.reduce def my_reduce_func(keys, values, rereduce): return values...

@robjtede thanks for the tip. Here's how I managed to build this project after doing a find replace for the xcode version: ``` git clone https://github.com/erikolsson/Touch-Bar-Lemmings.git cd Touch-Bar-Lemmings/ xcodebuild clean...

To add some clarity as to what exactly this patch fixes: If I have a `ts_project` rule like this that uses `root_dir`, I expect that the output files are written...

Please use the `MySQLQuery` class to create your query if you want MySQL specific syntax. See https://pypika.readthedocs.io/en/latest/3_advanced.html#handling-different-database-platforms

Ah, upon rereading the original issue, I think I see what your issue is. This line `.where(fruits.harvest_date + Interval(months=1) < fn.Now())`. I think you need to wrap the addition with...

If that isn't right, please supply me the test code, the actual output, and the expected output, please. That way I can troubleshoot it.

Not sure what issues you're talking about. Would you maybe raise a PR with some test cases?

Hi @victorpbr `query_table['Document Type']` should work as well

If you link a package link `pnpm link lodash`, the dependencies in the pnpm.lock file get modified to something like ``` lodash: specifier: 4.17.4 version: link:node_modules/lodash ``` However, rules_js doesn't...

Can we please add an extra tag to the rules_jvm_external extension to load a list of artifacts from a file? It's not possible to load a bzl file in MODULE.bazel...