Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

This is the home page code.where i m having bottom tab bar. import 'package:consultancy_app/src/constants/colors.dart'; import 'package:consultancy_app/src/constants/customtext.dart'; import 'package:...
-1 votes
2 answers
101 views

I am currently trying to write a script using multiple classes and inheriting between them. The problem is that when inheriting from my Base (parent) class in BaseCalculations (child) I seem to have ...
0 votes
3 answers
279 views

I built a rockin' slider View component, but it's init() always gets called with every adjustment? And all other slider init()'s at the same time too? I am brand new to Swift programming... etc., but ...
LGLB's user avatar
  • 23
0 votes
0 answers
57 views

My goal is to create a Factory class that will produce instances of slightly different classes based on real_base parameter. For simplicity I pass new base class directly, in reality base class would ...
Bohdan's user avatar
  • 591
0 votes
1 answer
95 views

I have a proprietary service inside a FreeBSD 14 jail that I launch as follows: /opt/bin/rserver_tcp >> /var/log/rserver_tcp.log 2>&1 This is a blocking service which uses stdout and ...
M.E.'s user avatar
  • 5,705
0 votes
1 answer
150 views

The short of it: I want to import a rocker docker image into WSL and use it as a WSL distribution (I do this already with other Docker images based on Ubuntu) and use the pre-installed rstudio-server ...
0 votes
0 answers
89 views

I have a Yocto (petalinux) project that builds the artifacts for an embedded system. This system gets its rootfs as an overlay from one of two partitions, depending on boot conditions. To accomplish ...
0 votes
2 answers
148 views

This morning I had to restart our databricks cluster. Upon restarting, our Open AI library code started failing with this error: from openai import OpenAI client = OpenAI( organization=...
0 votes
0 answers
92 views

AttributeError: module 'numpy.random._pickle' has no attribute '_Forecast_model__randomstate_ctor' I am trying to do this as I got error while loading the saved model - model = NHiTSModel.load(...
2 votes
1 answer
203 views

Problem Description: I am trying to create a local API for my team. I think I understand broadly the mechanics of _init_.py. Let's say we have the below package structure: API/ ├── __init__.py ...
1 vote
0 answers
49 views

I often have to reenter the same steps when debugging a program with lldb so I decided to put them into an .lldbinit file: file main b ft_printf run next I should automatically load the file, set a ...
Bastian's user avatar
  • 63
2 votes
0 answers
62 views

I am currently trying to learn a new method of programming. I am creating a Singleton class to help manage my config file, which is used across multiple areas of my code. The code that I'm using is ...
0 votes
2 answers
102 views

I made some code as follows: class ButtonWrapper: def __init__(self, button: Button, attributes: ExtraButtonAttributes): self.button = button self.extraAttributes = attributes def ...
1 vote
0 answers
98 views

I am making a freebsd rc.d script for a java application, here's my rc.d script #!/bin/sh # # PROVIDE: peerbanhelper # REQUIRE: LOGIN # KEYWORD: shutdown . /etc/rc.subr name="peerbanhelper"...
Gaojiali's user avatar
0 votes
1 answer
1k views

I have a repo filled with lots of nested directories; in almost everyone, I have a __init__.py file. The problem is it makes it harder to visually search directories for the files, and it was ...

15 30 50 per page
1
2 3 4 5
...
129

AltStyle によって変換されたページ (->オリジナル) /