All Questions
21,714,329
questions
0
votes
0answers
2 views
How to handle TS library w/import used by React and Express apps?
I have a monorepo that includes both a front-end (CRA) React app and an Express API. They both use another package in the monorepo that is plain TS, but uses import statements. I use tsc to compile ...
0
votes
0answers
3 views
SystemExit 2 error in the compilation of code when calling -e', '--episode', type=int, default=2000,
my code is a below:
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('-e', '--episode', type=int, default=2000,
help='number ...
0
votes
0answers
2 views
Which layer should (In app purchase), (Firebase Messaging) go in? Data or Presentation layer?
Hi : ) I am a flutter developer.
In Clean Archtecture the idea of layered architecture, and in particular that the business logic should be confined to domain layer and separated from UI/persistence/...
0
votes
0answers
2 views
how to convert local time into UTC time in liquid language
i have a time format like below which results local time,
{{ "now" | date: "%Y-%m-%d %H:%M:%S" }}
but i want to use UTC time, how can i do that...
0
votes
0answers
2 views
Trouble adding System.Data
i'm kind of inexperienced with programming so sorry if this is a stupid question.
I'm currently building a simple .NET data application that relies on a MSQL server using LINQ to SQL as a way of ...
0
votes
0answers
2 views
Server and client side structure in Node JS
I want to create a local project in which I use jsdom library to parse the html of an external web like https://example.com and output it with console.log() in my local server. I've tried to do it, ...
0
votes
0answers
2 views
R installation failed
I am trying to install rstudio on my Centos 7 machine, starting with an update of the ecosystem by installing epel-repository which is essential for the installation of R, then proceed to the ...
0
votes
0answers
3 views
How to set the modal classes the dynamic JSON , where the starting key of the JSON is getting changed in android Kotlin
I am using retrofit to parse json , how to create modal class for this kind of JSON response.
Please find the JSON response here below.
{
"6142f00708e3646209282c06": {
"Type": 1,
&...
0
votes
0answers
4 views
Nvidia Can't communicate with driver
I am using HP Pavilion Gaming Laptop 15-dk0xxx, 64-bit OS, and I have nvidia getforce GTX 1050 installed on it, I also have ubuntu 18.04 installed on virtualBox, in the virtualbox i have tried to ...
0
votes
0answers
3 views
how to calculate no . of days between two dates in python taken from user
I want to calculate the no. of days between two dates taken from the user. when I am trying the usual methods of importing the DateTime library i am getting the error that an str cant be subtracted ...
0
votes
0answers
6 views
Select all checkboxes by group in laravel 8
I want to make select all but divided by group, all i can do is select all checkboxes, not by group
here's is my blade:
<div class="row">
@php $i = 1; @endphp
@foreach($...
0
votes
0answers
3 views
Toolkit to Qualify Doxygen as a SOUP for IEC62304 compliance
I am working with Medical Device manufacturing company. We are using Doxygen.
It is a mandate to Qualify any off the shelf software in compliance with IEC 62304 standard, if it is used for Design ...
0
votes
0answers
3 views
How to type check react navigation nested navigation
I'm trying to understand react navigation docs to type check nesting navigators.
This is how my structure looks like.
- BottomTabs:
- HomeStack:
- Home
- Details
- ProfileStack
...
0
votes
0answers
3 views
AAPT: error: Resource mipmap/ic_launcher_round not found
Note: C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core-1.6.0\android\src\main\java\io\flutter\plugins\firebase\core\FlutterFirebaseCorePlugin.java uses or overrides a deprecated API.
...
0
votes
0answers
2 views
Correlated Multi-Output Gaussian Processes implementation in Matlab
I am looking to fit a multi-output GP to 2 outputs which are correlated. I know there are different approaches doing so, such as the methods described by Conti & O'Hagan (2010) and Alvarez & ...

