-
```
What steps will reproduce the problem?
1. Fetch the value of a varchar2 column that has Null as its current value.
2. Use the fetched value to update any table's column.
What is the expected ou…
-
I have so far found that the diff viewer and edit history viewer both render the stored UTC time in local time, as shown in the following files:
https://github.com/Nutomic/ibis/blob/8fa4fb1078416cd25…
-
## Reporting a bug
I'm trying to make a dict of type `{(uint32, uint32): uint32}`. However, numba seems to be converting back and forth between uint32 and int64 somewhere under the hoo…
-
This code in LaTeX:
```
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{/static/files/a--file.pdf}{View file}.
\end{document}
```
creates a link like
```
View…
-
```
from functional import seq
from pandas import DataFrame
df = DataFrame({'col1': [1,2,3], 'col2': [4,5,6]})
s = seq([df])
el = s.first()
print(type(el))
```
this code prints: ""
but th…
-
## Bug report
### Current Behavior
Nested object when accessed via the dot operator gets following error:
**TS2339: Property 'budget' does not exist on type 'string'.**
### Expected behavi…
-
when i paste code with tabs, weechat converts each tab to 1 space
that's pretty annoying because it completely fucks up the indentation
i tried setting `weechat.look.tab_width` to 8 but it doesn't see…
-
when we export the notebook to python file magic function is also converted into calls of Jupyter API
this is not required for exporting to pure python script
-
When signing a nupkg fails, `RetryingSigner.SignAsync` [returns false](https://github.com/dotnet/sign/blob/main/src/Sign.Core/DataFormatSigners/RetryingSigner.cs#L52).
However, the `NuGetSigner` (sub…
-
Problem:
When working with various number systems like hexadecimal, binary, and octal, it can be tedious and time-consuming to manually convert from decimal. This becomes frustrating, especially for …