Questions tagged [internals]

The internals tag denotes questions about how things work, as opposed to how to accomplish something specific. Of course, how something works underneath will have practical implications, but internals questions aren't about how to do something; rather, how to understand something.

If you understand how a database or parser or version control system actually works, you'll be better at using it. Internals questions seek this kind of inside knowledge.

660 questions
0
votes
0 answers

Intranet Development with simple functions

Is my understanding of Intranet = essentially password-protected admin website, with credentials only for registered employees, wrong?? I'm confronted with a task where a client wants to have an intranet with really basic functions (file uploads +…
DevelJoe
  • 856
  • 1
  • 10
  • 24
0
votes
0 answers

Two transaction accessing the same table concurrently from Linked Server in SQL

Table Schema on Linked server Table_Test(id varchar(100) PRIMARY KEY, Name varchar(100), other columns....) Multiple processes are trying to delete the entries from table based on different ids using below commands called…
0
votes
0 answers

Is there a call stack trace in Linux kernel?

I am interested in OS internals, so I would like a call Stack trace inside os linux kernel. How could I find active, dynamic comportament of linux kernel, functions, structures ?
0
votes
1 answer

Creating an Internal Only Service in Kubernetes

Im trying to create an internal service only within kubernetes. Its a clamav service, the docker container runs on port 3310. I have created a deployment and a service. I have put the service and deployment in a 'clamav' namespace I have port…
Kevin
  • 11
  • 3
0
votes
0 answers

Getting java.lang.IllegalArgumentException: Unknown URL while deleting multiple files from internal storage through my app

Here I save images in an arraylist(name: selectedImages {type- String}) from the arraylist(name: aaa {type-ModalClass}) throgh checkBox in Adapter(adapter for recyclerView) class. if (ck){holder.checkBox.setVisibility(View.VISIBLE);} …
0
votes
0 answers

I am getting this error while gradle build is running : Parameter specified as non-null is null

while the project is syncing i get the error below at the line 18 resVlaue("") : A problem occurred evaluating project ':app'. Parameter specified as non-null is null: method com.android.build.gradle.internal.dsl.BaseFlavor.resValue, parameter…
0
votes
1 answer

Drupal 8 Internal Redirect

How would I go about implementing an internal dynamic redirect in Drupal 8? For example lets say my url is "/toy" but internally it needs to be routed to "/filters/toys". Thanks!
Jeremy
  • 494
  • 1
  • 8
  • 20
0
votes
0 answers

C# Null reference exception when using Auto-Implemented properties

Code background: I have a model class in Asp.Net Core like this: namespace urlShortner.Models { public class urlData { public string longUrl {get; set;} public string shortUrl {get; set;} public int hitTimes {get;…
Shahaboddin
  • 136
  • 1
  • 9
0
votes
0 answers

MikroTik masquerade Vs. src-nat

Please let me know if question should be asked in other sites (e.g.: network engineering); I asked it here because other MikroTik related questions are also asked here! Setup: ADSL modem (bridge-mode) ---> MikroTik's ether1 Tp-Link Archer D7 (as…
Shahaboddin
  • 136
  • 1
  • 9
0
votes
1 answer

does anyone know the implementation details for how Chrome monitors changes to DOM elements in javascript and replicates them in the GUI?

Here's my understanding - feel free to correct. So you have some HTML, rendered in the browser.

hi.

and in js, you select that html element and create a DOM element, a special JS object that represents the HTML element. let…
das_schnuben
  • 101
  • 1
  • 3
0
votes
0 answers

Selenium webdriver throws Internal server error

In a web application, the browser launched from selenium webdriver throws internal server error. Manually opening the same web application works fine. I tried to delete the cookie in the browser launched from driver when I got error and once cookie…
uma
  • 1
  • 1
0
votes
1 answer

System.out mysteriously disappears, although the code/line executes

Okay so I have tested this code on java 8, 11, and 14, they all have the same result. This is bad practice and an unrealistic scenario, but I would like to understand the JVM internals that causes this to happen. If you run this code you will notice…
0
votes
1 answer

Internal error (500) when trying to copy big object from bucket to another bucket

I'm using CloudBerry Explorer to copy files from one bucket to another bucket. both buckets are under the same project on Google Cloud Platform. I can easily copy small size files but when trying to copy 1GB+ files from the same path to the other, I…
0
votes
1 answer

Possible to modify a const with internal linkage... externally?

I am doing a project that uses a library with source code I want to leave unaltered. Inside one of the library's source code files is a global const c-style string array that I want to alter externally from another file in the project: const u8…
0
votes
1 answer

Can home internal DNS domain name same as external domain purchased on Godaddy and Namecheap?

I was wondering if someone can answer this question. I have already searched everywhere and couldn't find the answer anywhere, some of you might have already implemented this solution. Here is what I have on my home network: Software used: bind9 on…
Sands Iy
  • 1
  • 1