Recently Active Questions
24,230,443 questions
3
votes
2
answers
78
views
Turn polars dataframe into nested dictionary
I have a polars dataframe like such:
print(
pl.DataFrame(
{
"file": ["A", "A", "A", "B", "B", "B"],
...
0
votes
0
answers
16
views
VSIX extension works in Community edition but not in Pro/Enterprise (even though manifest includes them)
I'm working on my first Visual Studio extension (VSIX). I have the first version published.
It is working as expected in local debug (Visual Studio Pro) and deployed for Visual Studio community.
For ...
0
votes
0
answers
2
views
Nextcloud: ONLYOFFICE cannot be reached
I'm trying to run an onlyoffice community server on my nextcloud but it drives me crazy:
when I open a docx file all it shows is "ONLYOFFICE cannot be reached. Please contact admin"
The ...
0
votes
1
answer
22
views
Haskell Katip Error "Variable not in scope: ($) :: (m0 a0 -> m0 a0) -> m1 () -> m ()"
I'm using katip for logging. Below is my sample program
module Logger where
import Control.Exception
import Katip
import System.IO
runKatip :: IO ()
runKatip = withKatip app
where app = \le -> ...
-2
votes
1
answer
26
views
VSCode opening files over the top of others [duplicate]
when I'm trying to open index.js and app.js they don't open beside each other. one opens over another, not separately. how to fix this?
0
votes
1
answer
8
views
Loading a file with multiple sexp in OCaml
I want to load a file with multiple sexp and get a list of sexp, and convert the list to a list of some custom type. I know that Core.Sexp.load_sexp_conv_exn filename ty_of_sexp can load a file with a ...
0
votes
0
answers
31
views
SwiftData crash: "Passed nil for a non-optional keypath" when using non-optional struct with optional properties in @Model
I’ve run into a reproducible issue when using SwiftData with @Model classes that contain non-optional value type properties (struct) with optional properties inside.
After creating a new model, the ...
-1
votes
0
answers
9
views
How can I optimize a slow SQL query with multiple JOINs on large tables?
I'm working on a web application that uses a PostgreSQL database. I have a SQL query that retrieves user data along with associated posts, comments, and likes using several JOIN statements. The query ...
0
votes
1
answer
13
views
Flask can't load style.css
Flask not finding style.css despite the project layout being identical to the proposed one
here and here.
Error 404: Flask can't find my CSS stylesheet!!! @.@
The ideal would be being able to display ...
6
votes
5
answers
3k
views
Ghost - Can't connect to the bootstrap socket (localhost 8000) ECONNREFUSED
I have been trying for a long time to debug my ghost blog as you can see here.
I have made some progress the problem seems to be related to an error on the bootstrap socket of ghost.
My config....
0
votes
1
answer
46
views
Iterm2 + Neovim Padding
When I launch Neovim with Iterm2, the very last column of the screen has no color. I can type characters, but the status bar and anything graphical is cut off in this one column. I've tried ...
-1
votes
0
answers
15
views
can't find libc++ packages on el9
I have a c++ application that I automatically build and release for various platforms. I use docker images to build for Linux distros.
Recently I ran into a libstdc++ bug in std::regex (very old, ...
3
votes
2
answers
9k
views
stdint.h include_next'd from stdint.h not found
I have been putting together a m68k cross compile "environment/toolchain" of sorts for some upcoming projects I have planned, and I'm having an issue when using it on macOS (my native ...
2
votes
1
answer
12k
views
How to resolve keras.callbacks import errors for TensorBoard?
Attempt 1
from keras.callbacks import TensorBoard
from keras.models import Sequential
from keras import layers
from keras.optimizers import RMSprop
tb_callback = keras.callbacks.TensorBoard(log_dir="...
0
votes
2
answers
11k
views
Dreamweaver design and live view show different things?
please view images below:
http://gyazo.com/c3ffe1d0a48b717f695d7cbd860eda50.png (Design view)
http://gyazo.com/a1e09aacc855c013d349017d0487402d.png (Live & browser view)
As you can see in the ...