April Schleck
April Schleck
As far as I can tell reshape can generate ``` CREATE INDEX exciting_index ON boundaries USING gist (epoch, name) ``` but I am trying to build an index like the...
Telling Postgres to only drop an extension if it isn't installed made it sad (PS I only noticed this because I am trying to use your suggested `migration start/abort` development...
**Which component are you using?**: cluster-autoscaler **What version of the component are you using?**: 1.23.0 Component version: **What k8s version are you using (`kubectl version`)?**: kubectl version Output $ kubectl...
Probably not going to touch these, but if you see bad float values in one of these let me know. https://github.com/dschleck/edith/blob/master/src/property.cpp#L108 is impossible. https://github.com/dschleck/edith/blob/master/src/property.cpp#L140 needs to be verified. https://github.com/dschleck/edith/blob/master/src/property.cpp#L8 is...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `py_binary`/`py_library` under bzlmod ### Is this a regression? Yes, this works under the WORKSPACE model. It...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `compile_pip_requirements` ### Is this a regression? I don't think this is a regression in rules_python, but...
### What is the current behavior? In an example where target `//:lib` depends on `@dev_april_corgi//js/common`, we see errors like: ``` ERROR: /private/var/tmp/_bazel_april/2fd9b4127fda8e5b6f99113937b79956/external/dev_april_corgi+/js/common/BUILD:5:13: in ts_project rule @@dev_april_corgi+//js/common:common: Traceback (most recent call...
In postgres every table has a number of additional columns: https://www.postgresql.org/docs/9.1/ddl-system-columns.html They are useful in some situations, for example I use xmax to detect conflicts when inserting objects with randomly...