Visual navigation through mark rings in Emacs
Travis CI recipe for Emacs libraries.
Anaphoric expressions for Emacs Lisp, providing implicit temporary variables.
Improve Emacs flyspell responsiveness using idle timers
clickable text in Emacs
Quickly navigate to FIXME notices in Emacs
Customize your Chess.com experience
Protect against clobbering user-writable files in Emacs
Utility functions for working with fonts in Emacs
rolandwalker/browse-url-dwim 9
Context-sensitive external browse URL or Internet search from Emacs
startedhlissner/doom-snippets
started time in 3 hours
startedthazelart/terraform-validator
started time in 10 hours
startedrolandwalker/unicode-fonts
started time in 16 hours
startedellie/atuin
started time in a day
Pull request review commentdbcli/mycli
+name: mycli++on:+ push:+ branches:+ - pasenor/pyoxidizer+ pull_request:+ paths-ignore:+ - '**.md'++jobs:+ build:+ strategy:+ matrix:+ os: [ubuntu-latest]+ # The type of runner that the job will run on+ runs-on: ${{ matrix.os }}++ # Steps represent a sequence of tasks that will be executed as part of the job+ steps:+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it+ - uses: actions/checkout@v2++ - name: Cache cargo registry+ uses: actions/cache@v1+ with:+ path: ~/.cargo/registry+ key: ${{ runner.os }}-cargo-registry++ - name: Build with pyoxidizer+ run: |+ cargo install pyoxidizer
just FYI, pyoxidizer can be installed via pip now: https://github.com/laixintao/iredis/pull/384 so we can drop cargo cache.
comment created time in a day
startedsublimelsp/LSP-terraform
started time in a day
fork audreyt/accept-language-parser
It parses the accept-language header from an HTTP request
https://www.npmjs.com/package/accept-language-parser
fork in 2 days
startedDavid-OConnor/pyflow
started time in 2 days
startedorganicmaps/organicmaps
started time in 2 days
starteddarrarski/xcframework-maker
started time in 2 days
startedibraheemdev/modern-unix
started time in 3 days
issue openeddbcli/mycli
Is it possible to support setting maximum width for column?
example: org result:
+----+-------+---------------------+---------------------+---------+--------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id | job_name | start_time | end_time | elapsed | status | details
|
+----+-------+---------------------+---------------------+---------+--------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 9 | test01 | 2021-04-22 17:16:30 | 2021-04-22 17:16:30 | 0s | failed | 2021-04-22 17:16:30,321 - test01 - e:\algo_factory\logtodb\test.py[line:28]-ERROR: 1 / 0\nTraceback (most recent call last):\n File "e:\algo_factory\logtodb\test.py", line 26, in main\n 1 / 0\nZeroDivisionError: division by zero\n |
| 10 | test02 | 2021-04-22 17:16:55 | 2021-04-22 17:16:55 | 2s | failed | 2021-04-22 17:16:54,828 - test02 - e:\algo_factory\logtodb\test.py[line:28]-ERROR: 1 / 0\nTraceback (most recent call last):\n File "e:\algo_factory\logtodb\test.py", line 26, in main\n 1 / 0\nZeroDivisionError: division by zero\n |
+----+-------+---------------------+---------------------+---------+--------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expect the output after setting max_width:
+----+-------+---------------------+---------------------+---------+--------+---------------------+
| id | job_name | start_time | end_time | elapsed | status | details |
+----+-------+---------------------+---------------------+---------+--------+---------------------+
| 9 | test01 | 2021-04-22 17:16:30 | 2021-04-22 17:16:30 | 0s | failed | 2021-04-22 17:16... |
| 10 | test02 | 2021-04-22 17:16:55 | 2021-04-22 17:16:55 | 2s | failed | 2021-04-22 17:16... |
+----+-------+---------------------+---------------------+---------+--------+---------------------+
created time in 3 days
startedrolandwalker/unicode-fonts
started time in 4 days
startedixaxaar/awesome-engineering-management
started time in 4 days
startedvemel/mypy_boto3_builder
started time in 4 days
issue closeddbcli/mycli
Ref : python/cpython#25174
https://github.com/dbcli/mycli/blob/96e6c951f221d10be27d95fc5fbcdc8ce3710a7b/mycli/completion_refresher.py#L39
closed time in 5 days
tirkarthiissue commentdbcli/mycli
Fixed in https://github.com/dbcli/mycli/pull/982 . I incorrectly linked the PR to itself.
comment created time in 5 days
pull request commentdbcli/mycli
Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10
Fixes #981
comment created time in 5 days
push eventdwcoates/pygn-mode
commit sha 7d2f4105c695af4b3f58a619956cde643e4185fb
try new gitginore.
commit sha b4470dbf782b65d14ecacdf74c3e18e0c5b4ab9a
Merge pull request #146 from dwcoates/DC/gitattribute try new gitginore.
push time in 5 days