All Questions
20,857,649
questions
0
votes
0answers
2 views
KX developer installation port setting error for Q/Kdb+
KDB+ 4.0 2020.05.04 Copyright (C) 1993-2020 Kx Systems
l64/ 8(16)core 7843MB n3 n3-n550jk 127.0.1.1 EXPIRE 2022.02.11 nikhil.exec@gmail.com KOD #4174xyz
[developer] version 1.4.3
[...
0
votes
0answers
3 views
upload image in localhost with android studio
I'm using android-networking library for connect to server in android Studio, now I'm test that on localhost for upload image in database for edit image profile but it has a problem and not work and ...
0
votes
0answers
2 views
Emacs slime: SBCL/swank error after updating Arch linux
After updating Arch I get the following error when I try to start slime in Emacs:
* ; loading #P"/home/upgrd/quicklisp/dists/quicklisp/software/slime-v2.24/swank-loader.lisp"
;
; caught ...
0
votes
0answers
4 views
Svelte for IE11 with Babel transpiler on Snowpack
In an attempt to transpile Svelte components for Internet Explorer 11 web browser with Snowpack running Babel. Using configurations bellow. Only the src/index.js file is transpiled to ES5 syntax. ...
0
votes
0answers
2 views
Communication between WebApi (MVC-C#) as server <=> android and raspberry device as clients
we have a project with 1 server and 2 clients
server (webapi c#-mvc) : that is run on https:domain.com:2020.
client1 : android app
client2 : raspberry device (as an IoT device)
these two clients use ...
0
votes
0answers
3 views
How to inject the service collection itself to a constructor?
I have a .Net 5 Web Api project and want to run multiple tasks on startup (database migrations, options configuration, ...). Based on this article series
https://andrewlock.net/running-async-tasks-on-...
0
votes
0answers
2 views
how can i write dynamic website asp.net c#
This page has one button and a textbox. The default value for this textbox is 1. Each time you press the button, the value of the textbox is multiplied by 2, and when you click on the textbox, the ...
0
votes
0answers
5 views
AuthorizationCreate fail with SIP enabled
I'v got that piece of code
AuthorizationRef authorization;
AuthorizationRights rightSet;
OSStatus status;
status = AuthorizationCreate(
NULL,
...
0
votes
0answers
5 views
How can I get my upcoming live stream that is unlisted using the API?
I'm trying to use the LiveBroadcasts: list API, but I'm not seeing a way to get what I want. If I leave all the filters except for mine = true blank, I get a bunch of my past live streams. If I ...
0
votes
0answers
10 views
How to change order of elements in single list from multiple lists created using map()?
{Sectors.map((item) => {
return(
<li>
<img src={item.image} alt={item.name} />
...
0
votes
0answers
4 views
Getting Forbidden issue When i Calling The API
I am working on integrating QuickBooks Online in my .net core 3.1 application. for reference, I am using the .net MVC-based project. I have integrated the .net MVC APP to .net core but When I calling ...
0
votes
0answers
6 views
How make code for multiple search at the time in vb.net, sql server
last three month i work in a code , i make single serching code in vb.net but i need help to make multiple
search at the time like for ex:- i search shart in databese useing vb.net is done but then i ...
0
votes
0answers
3 views
How can I trim empty lines and leading\ending spaces from each line in some var?
I wish to do that and check with -n it is non-zero str.
Tried:
errors="$$errors | awk 'NF' | awk '{$$1=$$1;print}'";
0
votes
0answers
4 views
AttributeError 'tuple' object has no attribute 'encode' during all auth login with facebook
I am trying to integrate the social login into my project. during login Facebook, gives the error 'tuple' object has no attribute 'encode'.I have used django-allauth django-allauth
and I used the ...
0
votes
0answers
6 views
NextJS router using nested pages not setting active menu
I am using NextJS and i am trying to set active menu items using the router. All 'top level' pages works fine, but if there is a page under the top level page, it does not set the active page.
router....