Skip to content
#

pypi

pip logo

pip is a de facto standard package-management system used to install and manage software packages written in Python. Many packages can be found in the default source for packages and their dependencies — Python Package Index (PyPI).

Here are 1,527 public repositories matching this topic...

sqlfluff
RMHogervorst
RMHogervorst commented Feb 24, 2022

Search before asking

  • I searched the issues and found no similar issues.

What Happened

This nvarchar(max) is flagged L027 (References should be qualified if select has more than one referenced table/view.)
but the max in this case refers to the size of the nvarchar.

CAST(columnname AS NVARCHAR(MAX)) AS columname
bug good first issue rule bug t-sql
nbdev
jvivian
jvivian commented Mar 1, 2022

Version: 1.2.2

Summary of issue
Including a @dataclass decorated class breaks getsource in show_doc

Minimal example

  • Clone nbdev_tutorial
  • Add new cell in 00_core.ipynb
#export
from dataclasses import dataclass

@dataclass
class Foo:
    a: int
    b: str
    c: float
  • Run nbdev_build_lib
  • Run nbdev_build_docs
nbdev_build_docs
bug good first issue
dailycheckin

基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: |爱奇艺|全民K歌|腾讯视频|有道云笔记|网易云音乐|一加手机社区官方论坛|百度贴吧|Bilibili|V2EX|咔叽网单|什么值得买|AcFun|天翼云盘|吾爱破解|芒果TV|Fa米家|小米运动|百度搜索资源平台|时光相册|哔咔漫画|联通营业厅|

  • Updated Mar 18, 2022
  • Shell
karlaspuldaro
karlaspuldaro commented Feb 7, 2022

Currently the only packages containing front-end unit tests are pipeline-editor and services.
It would be helpful to expand the unit test coverage across all other packages in Elyra, as well as add more tests to existing extensions.

This is an umbrella issue - subtasks can be delivered in separate PRs.

Pipeline Editor

  • Test Pipeline Service (runtime types, runtimes, runtime images
kind:enhancement good first issue component:test area:front-end

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

Repository
pypa/pip
Website
pip.pypa.io
Wikipedia
Wikipedia

Related Topics

package-manager python