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
| alsi -n | |
| export DEFAULT_USER=madmandarin | |
| # "Включение няшек в автокомплите" по словам Ильи | |
| autoload -z compinit; compinit | |
| # Выбор подсказок стрелками | |
| setopt menucomplete | |
| zstyle ':completion:*' menu select=1 _complete _ignored _approximate |
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
| ~/projects/team_service dev ✚ ● ? sudo ip a ✔ 606 14:05:07 | |
| 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 | |
| link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
| inet 127.0.0.1/8 scope host lo | |
| valid_lft forever preferred_lft forever | |
| inet6 ::1/128 scope host | |
| valid_lft forever preferred_lft forever | |
| 2: enp8s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 | |
| link/ether a8:a1:59:02:45:44 brd ff:ff:ff:ff:ff:ff | |
| inet6 fe80::3291:5165:2994:fd0b/64 scope link noprefixroute |
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
| thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', crates\vfs\src\file_set.rs:72:30 | |
| stack backtrace: | |
| 0: <unknown> | |
| 1: <unknown> | |
| 2: <unknown> | |
| 3: <unknown> | |
| 4: <unknown> | |
| 5: <unknown> | |
| 6: <unknown> | |
| 7: <unknown> |
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
| <template> | |
| <div> | |
| <drawer> | |
| <md-card> | |
| <md-card-content> | |
| <div class="container headFilter"> | |
| <md-field> | |
| <label>Группа</label> | |
| <md-select @md-selected="updateGroupPriceList" v-model="searchData.groupPriceLists"> | |
| <md-option v-for="item in groupPriceLists" :value="item.id" :key="item.id">{{ item.name }}</md-option> |
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
| worker_processes 3; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include mime.types; | |
| default_type application/octet-stream; | |
| sendfile on; | |
| tcp_nopush on; |
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
| ~/PycharmProjects/admin-config/admin-config-back dev ✚ ● ? docker run 0062c92a7a5e ✔ 290 18:29:34 | |
| Creating a virtualenv for this project… | |
| Pipfile: /opt/admin-config/Pipfile | |
| Using /usr/local/bin/python (3.7.5) to create virtualenv… | |
| ⠴ Creating virtual environment...Already using interpreter /usr/local/bin/python | |
| Using base prefix '/usr/local' | |
| New python executable in /root/.local/share/virtualenvs/admin-config-W2uLwR2-/bin/python | |
| Installing setuptools, pip, wheel... | |
| done. |
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
| ~/PycharmProjects/admin-config/admin-config-back dev ✚ ● ? pipenv run test ✔ 2 18:07:59 | |
| Traceback (most recent call last): | |
| File "/home/madmandarin/.local/share/virtualenvs/admin-config-back-ns8xigly/bin/uvicorn", line 8, in <module> | |
| sys.exit(main()) | |
| File "/home/madmandarin/.local/share/virtualenvs/admin-config-back-ns8xigly/lib/python3.7/site-packages/click/core.py", line 764, in __call__ | |
| return self.main(*args, **kwargs) | |
| File "/home/madmandarin/.local/share/virtualenvs/admin-config-back-ns8xigly/lib/python3.7/site-packages/click/core.py", line 717, in main | |
| rv = self.invoke(ctx) | |
| File "/home/madmandarin/.local/share/virtualenvs/admin-config-back-ns8xigly/lib/python3.7/site-packages/click/core.py", line 956, in invoke | |
| return ctx.invoke(self.callback, **ctx.params) |
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
| export DEFAULT_USER=madmandarin | |
| # "Включение няшек в автокомплите" по словам Ильи | |
| autoload -z compinit; compinit | |
| # Выбор подсказок стрелками | |
| setopt menucomplete | |
| zstyle ':completion:*' menu select=1 _complete _ignored _approximate | |
| # Статус Гита |
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
| Sep 15 13:38:08 MadMandarinServer python[331]: Traceback (most recent call last): | |
| Sep 15 13:38:08 MadMandarinServer python[331]: File "/opt/NyanpasuBot/.venv/lib/python3.7/site-packages/aiohttp/connector.py", line 924, in _wrap_create_connection | |
| Sep 15 13:38:08 MadMandarinServer python[331]: await self._loop.create_connection(*args, **kwargs)) | |
| Sep 15 13:38:08 MadMandarinServer python[331]: File "/usr/lib/python3.7/asyncio/base_events.py", line 954, in create_connection | |
| Sep 15 13:38:08 MadMandarinServer python[331]: raise exceptions[0] | |
| Sep 15 13:38:08 MadMandarinServer python[331]: File "/usr/lib/python3.7/asyncio/base_events.py", line 941, in create_connection | |
| Sep 15 13:38:08 MadMandarinServer python[331]: await self.sock_connect(sock, address) | |
| Sep 15 13:38:08 MadMandarinServer python[331]: File "/usr/lib/python3.7/asyncio/selector_events.py", line 464, in sock_connect | |
| Sep 15 13:38:08 MadMandarinServer python[331]: return await fut | |
| Sep 15 13:38:08 MadMandarinServer python[331]: File |
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
| image: alpine | |
| stages: | |
| - push-in-site | |
| - error-message | |
| pack-gz: | |
| only: | |
| - master | |
| stage: push-in-site |
NewerOlder