-
pandas-gbqshould not bundlesetuptoolsas a runtime dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Create and Update Pull Request for Production Release | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| create_and_update_pr: | |
| runs-on: ubuntu-latest | |
| steps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INTERNAL Error: | |
| Value::LIST(values) cannot be used to make an empty list - use Value::LIST(type, values) instead | |
| Stack Trace: | |
| 0 _ZN6duckdb9ExceptionC2ENS_13ExceptionTypeERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE + 64 | |
| 1 _ZN6duckdb17InternalExceptionC1ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 20 | |
| 2 _ZN6duckdb5Value4LISTENS_6vectorIS0_Lb1EEE + 272 | |
| 3 _ZN6duckdb10YAMLReader15YAMLNodeToValueERKN4YAML4NodeERKNS_11LogicalTypeE + 2904 | |
| 4 _ZN6duckdb10YAMLReader15YAMLNodeToValueERKN4YAML4NodeERKNS_11LogicalTypeE + 2156 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| package-name: | |
| build: | |
| dockerfile: ./packages/package-name/Dockerfile | |
| secrets: | |
| - source: github_token | |
| target: GITHUB_TOKEN | |
| target: builder | |
| entrypoint: /opt/uv/uv run cli-name | |
| environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # init | |
| set --local modules | |
| set --erase modules | |
| terraform state list | | |
| grep -E '^module.mas_\w+' -o | | |
| sort -u | | |
| while read m | |
| set --append modules $m | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from __future__ import annotations | |
| from dataclasses import dataclass, replace | |
| import math | |
| from numbers import Number | |
| from typing import Tuple | |
| NEG_INF = -math.inf | |
| POS_INF = math.inf | |
| @dataclass(frozen=True) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import unittest | |
| class RandomTestLoader(unittest.TestLoader): | |
| @staticmethod | |
| def sortTestMethodsUsing(_a, _b): | |
| from random import choice | |
| return choice((-1, 0, 1)) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pbpaste | | |
| ruby -r{uri,cgi} -lpe'$_=CGI.parse(URI($_).query)["pageState"][0]' | | |
| nkf --url-input | | |
| tr '()' '{}' | | |
| jq -rc '..|strings' | | |
| sed -E 's/_([[:xdigit:]]{2})/%\1/g' | | |
| nkf --url-input | | |
| jq '.' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tr -s '[:space:]' '[-*]' |
-
adding a bot user to a channel
- hover the mouse cursor to the bot user name
@bot-user-name. - select "Add this app to a channel…".
- select the channel from the drop-down list.
- hover the mouse cursor to the bot user name
-
adding a webhook to a channel without reinstalling
- open the app building page under https://api.slack.com/apps/
- open the webhook page; e.g.,
NewerOlder