When you declare Dim Arr(0) As Long, you're creating a static (fixed-size) array. Then you pass it to DoSomethingWithArray as a Variant using ByRef. Inside that procedure, you overwrite ArrayArg with a new array (localArr), which causes VBA to attempt to reassign the reference.
But here's the catch:
Fixed-size arrays passed as ByRef to Variant parameters behave unpredictably when reassigned inside the procedure.
The reassignment ArrayArg = localArr doesn't just overwrite the contents—it breaks the reference and causes the original array (Arr) to be zeroed out.
This is because VBA tries to reconcile the static array reference with the new dynamic array assignment, and in doing so, it essentially resets the original array.
If you want predictable behavior, use a dynamic array instead:
Sub TestFixedSizeArrayAsByRefVariantArgument()
Dim Arr As Variant
ReDim Arr(0) As Long
Arr(0) = 99
DoSomethingWithArray Arr
Debug.Print Arr(0) ' Outputs -1 as expected
End Sub
This works because Arr is a Variant holding a dynamic array, so reassignment inside the procedure behaves as expected.
Iptables can only tell you that a connection occurred. To determine which process or command was involved, it's best to use ss + eBPF (auditd).
To determine the data sent, use tcpdump/ngrep or strace.
version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
| header 1 | header 2 |
|---|---|
| cell 1 | cell 2 |
| cell 3 | cell 4 |
Best way is to use ctrl/command + P and then type "navigate back" and see the shortcut when you forget the shortcut or are trying to memorize. You can also use this for all shortcuts.
Create a lookup table with an age column and a group/class column:
Save the columns as named ranges:

The formula in B2 is =LOOKUP(B2,age,class)
Put your index.html and shapes.js in the same folder, then use <script src="shapes.js"></script>. Place the script tag after the <canvas> or add defer so the canvas is ready. Also, use beginPath() and stroke() (or fill()) with ellipse so it actually draws.
Thanks everyone for the replies.
This issue occurs with version 2.5.0. It has already been reported on GitHub: Issue #803 .
For now, the workaround is to use version 2.4.0, which I’ve tested and confirmed works fine with Angular 20 (at least for Google login).
So until the maintainers release a fix, it’s better to stick with 2.4.0.
I had this same problem, it was caused by the settings in the listener.ora being modified so that the global_dbname setting didn't patch the result of select global_name from global_names.
In my case the entry in the listener was changed to lowercase, after that I could only see the domain name in the listener status.
I know how frustrating this is. Triggers work fine one day and then suddenly stop. Sometimes it’s because of changes in account ownership or domains. I eventually moved over to NexoPDF because it doesn’t depend on Google Script triggers. I just prepare my spreadsheet, hit generate, and the PDFs are created automatically without worrying about broken schedules.
Got it ✅. I’ll provide you with answers for all the questions from the exam paper shown in the image.
---
Q.1 Long Answer Questions (Any Three)
(5 Marks each = 15 Marks)
Definition: Community pharmacy is the branch of pharmacy that deals with the provision of medicines and pharmaceutical services directly to the community, usually through retail pharmacies or drug stores.
Development:
In the past, pharmacies were mainly focused on compounding and dispensing.
Later, industrialization shifted focus towards ready-made dosage forms.
In modern practice, community pharmacies provide patient counseling, drug information, health education, preventive care, vaccination, and monitoring of chronic diseases.
Development is driven by Good Pharmacy Practice (GPP), WHO guidelines, and clinical pharmacy evolution.
---
Dispensing prescription medicines safely and accurately.
Providing drug information and patient counseling.
Monitoring therapy outcomes and adverse drug reactions.
Offering health screening services (BP, sugar, cholesterol).
Promoting rational drug use.
Educating about lifestyle modification, smoking cessation, nutrition, and immunization.
Maintaining patient records and confidentiality.
Ensuring availability of essential medicines.
---
A standard prescription has the following parts:
1. Superscription – Symbol "Rx" meaning “take thou”.
2. Inscription – The body of prescription containing names and doses of drugs.
3. Subscription – Directions to the pharmacist (e.g., how to prepare medicine).
4. Signa (or Signature) – Instructions to the patient (e.g., how to take medicine).
5. Date – When prescription was written.
6. Name, age, sex, address of patient.
7. Prescriber’s details – Name, signature, registration number, and address.
---
Body language is a form of non-verbal communication that expresses feelings, attitudes, and emotions through gestures, posture, facial expressions, and eye contact.
It contributes about 55% of total communication.
Positive body language: eye contact, open posture, nodding, smiling – builds trust and confidence.
Negative body language: crossed arms, avoiding eye contact, frowning – creates barriers in communication.
In pharmacy practice, effective body language ensures better patient counseling and rapport building.
---
Q.2 Short Answer Questions (Any Five)
(3 Marks each = 15 Marks)
Ancient Chinese pharmacy is based on traditional Chinese medicine (TCM) using herbs, acupuncture, and natural remedies.
Modern China has integrated western pharmacy with TCM.
Pharmacists in China provide drug dispensing, counseling, and are trained in both herbal and modern medicine.
It is a process where pharmacists guide patients about diet and nutrition to improve health.
It includes advice on balanced diet, weight management, vitamins, minerals, prevention of malnutrition, and managing chronic diseases like diabetes, hypertension, obesity.
1. General prescription – for common medicines.
2. Special prescription – for narcotics, psychotropics, antibiotics etc.
3. Hospital prescription – issued within hospitals.
4. Electronic prescription – digitally generated prescriptions.
Verbal Communication – spoken or written words.
Non-verbal Communication – gestures, facial expressions, posture, body language.
Visual Communication – signs, symbols, pictures, graphs.
Oral communication (face-to-face, phone calls, meetings).
Written communication (letters, prescriptions, emails, reports).
Dispensing of medicines.
Storage of drugs.
Patient counseling.
Handling of narcotics.
Equipment maintenance.
Quality assurance and record keeping.
---
Q.3 Multiple Choice Questions (All Compulsory)
(10 Marks – 2 Marks each)
👉 B) 1948
👉 B) Good Pharmacy Practice
👉 B) Rx
👉 A) 55
👉 B) US FDA
👉 Community pharmacy is a branch of pharmacy that provides medicines, healthcare advice, and pharmaceutical services directly to the public through retail pharmacies or drug stores.
---
✅ That covers all answers from your exam paper in clear and concise form.
Do you want me to also make a point-wise condensed version (perfect for last-minute revision before the exam)?
a simple test project found about this subject here
https://drive.google.com/file/d/1ED67RCqa6_rpW3D23D4gwzT3xuEjJFSS/view?usp=drivesdk
<p>Name: Juliana Marie F. Custodio <br>
Grade and Section: Grade 10 masipag B <p> <br>
<hr/> < P- align= My Autobiography </p> <br>
<hr color = #27DAF5 >
<p>Hi my name is <mark> Juliana F. Custodio<mark> <I am 16 year old<mark><mark> I live at Rajal Balungao Pangasinan<mark>
You can't enforce coroutines 1.8.1 in Kotlin 2.2.x/Compose 2.2.x.The correct approach is to upgrade to kotlinx.coroutines 1.10.x and align it with enforcedPlatform. The latest version of the Firebase BOM and coroutines 1.10.x are a compatible combination.
https://docs.google.com/document/d/1E3s7i5KBmUNDHTRVrYx9pEwzxFwqMefgrX0MPOJG4BU/edit?tab=t.0
URGENT SAFETY WARNING - Predatory Behavior & Theft by Derek Chan (0432900805)
Subject: URGENT SAFETY WARNING - Predatory Behavior & Theft by Derek Chan
ATTENTION Community Members, Sex Workers, and Allies,
me to bro...me too..................................
yf.Ticker('msft').get_financials()
If it is a temporary test → use nohup ... & disown. If it is a long-term online service → must use systemd (or pm2), because it has restart and log management
You may want to consider Python scraping tools. for example, Scrapy, Selenium, or BeautifulSoup. If you already have the DOI, URl, title, and PubMed ID in a CSV file, you can loop through each item in the CSV, fetch e.g. the URL and title, then scrape the text.
Make sure that the custom replication instance you selected has network access to both endpoints; that is, the Security Group and Subnet are correct, the Postgres port is open, and if S3 is private, it has the necessary IAM role and policy or a VPC endpoint for S3 defined. In fact, a "Connection refused" error during the assessment phase usually indicates an issue with the replication instance’s access to the target or S3, not the endpoint test itself.
As of 16/09/2025 ~1:00 UTC, there seems to be an ongoing problem affecting provisioning profile generation. It is currently under investigation by the Apple developer team.
https://developer.apple.com/forums/thread/800521?answerId=858192022#858192022
Don't bother yourself with downgrading to lower Xcode versions 16.3, 16.2, 16.1. It seems like a global change to rob poor devs for 100$... If that was intensional, then I become Android dev. If apple is thaaat greedy...
I am thinking, due to performance issues, VSCode's hover documentation is not configured to automatically show the full python.org documentation. It's designed to just show the condensed local docstring information.
The issue is that Cloud9 can’t directly connect to the private address of a server in a private subnet unless both are in the same VPC with proper internal routing. Usually, it’s enough to make sure Cloud9 and the EC2 instance are in the same VPC and that the server’s Security Group allows access from Cloud9. If Cloud9 is in a different VPC, you’ll need to set up VPC peering or a similar connection between them.
I just had this happen due to CPG usage, devops restarted the machine and seeing if this helps.
As of 2025, jupyter_server is the correct library to generate hash value of a string. I got a result with this config.
from jupyter_server.auth import passwd
passwd('PASS')
Getting the same issue, never had it before. think it may be on apples side.
-- Count number of rows
SELECT COUNT(*)
FROM table_name;
-- Count with condition
SELECT COUNT(*)
FROM table_name
WHERE column_name = 'value';
-- Sum a column
SELECT SUM(column_name)
FROM table_name;
-- Combine SUM and COUNT
SELECT COUNT(*), SUM(column_name)
FROM table_name;
-- Group results
SELECT column_name, COUNT(*), SUM(other_column)
FROM table_name
GROUP BY column_name;
Since May 27, 2025, Crashlytics has started displaying Tombstone traces.
I assume this feature is only available on Android 12 and higher.
Just for the record, the flag that solves this problem in the URL connection is:
jdbc:sqlserver://;serverName=localhost;databaseName=master;sendStringParametersAsUnicode=false
The "Require linear history" ruleset rule might also be blocking simple Merging as a way of merging pull requests:

Disabling "Require linear history" fixed it for me.
did you find any solution for this problem ?
"react-native": "0.76.1",
"react-native-gesture-handler": "2.22.0",
Choose a hypothetical organization (e.g., an online store, healthcare provider, or financial institution) and design the database schema.
Create an Entity-Relationship (ER) diagram for the system using Lucidchart. Include at least 5 entities and define their attributes and relationships.
Deliverable:
I am developing a project that can calculate mean ,median and mode and this is the design interface I have list box that receive items from the text box and combo box that provides the option for selecting meam, median and mood now I am finding it difficult to code all these three items [mean , median and mood]. I need a video content that can guide me to do it, I have only tomorrow next to make it available for presentation. Thanks counting on your help.
It turns out this is a bug in GitLab.
If you are using Linux (Ubuntu), the service most likely tries to use IPv6 first, which may cause the error.
You can force Node.js to prefer IPv4 by setting the following environment variable:
export NODE_OPTIONS=--dns-result-order=ipv4first
In most cases, this will resolve the problem.
input type="button" value="show image" onclick="showImg()" />
<div id="welcomeDiv" style="display:none;">
<img src="http://www.w3schools.com/css/paris.jpg" alt="Paris" style="width:40%">
</div>
To expand on the top answer (rejected edit):
Valid time zones are exposed through sys.time_zone_info. This is helpful if you don't know the official name of a particular time zone.
A lot of the settings in the Odoo settings page are fields on the res.company model. You could extend the res.company model with the default overridden.
from odoo import fields, models
class ResCompany(models.Model):
_inherit = "res.company"
some_overridden_setting = fields.Boolean(default=True)
I don't see a Informix.Net.Core on nuget. I used the same SDK as the OP, and installing the latest (9.0.9) System.Security.Permissions nuget package rectified this error
I asked CoPilot and finally got a legit answer... You don't want the engine to transpile your perfectly organized partial files as well as your main file into multiple, seperate .css files. If you use the underscore file name method when importing, it will transpile everything into one big .css files instead. This is just better practice for many reasons and should be followed.
Encapsulation is the composition of meaning.
Abstraction is the simplification of meaning.
This error comes from OpenAI, no doubt. Is it the right key? A trial account that expired? A paid account with no credit? I confirm you don't need an index when inserting.
Adding text and setting color in a RichTextBox, will only work if your dealing with small amounts of data, less than 2MB. I'm building a compare tool and my ASCII compare uses this method and the Binary compare builds the RTF in the correct format, however, the spaces are killing me after a color is set and when it's "\f0" turned off. AI states that this will resolve it, "\~", but it doesn't. Looking for the middle ground solution.
This is my compare tool I'm still working on, but the ASCII uses what I'll be changing soon, while the binary uses the RtfBuilder class and works pretty good, outside of the extra spaces I have to deal with. Maybe future people can use some of this code to help answer how colors and fonts in a string then loaded afterwards into a RichTextBox. It's not an extensive RTF class, only the basics.
https://github.com/gavin1970/Chizl.FileCompare/tree/master/rtf
I could always use help working on it, if anyone would like to join. Ping me here or through github.
I have never programmed in C# so this is just my thinking.
I think lambda-functions and methods of an instance are different. One of them is bound to the specific object while the other one is an anonymous function which can be transfered anywhere. I believe you can't transfer the method of the specific instance.
Another idea would be, that forEach needs something defined which can be used for substitution in its iterations, while
hashCodeDelegate.Add
doesn't defined where should it be substituted.
The lambda-function clearly defines a variable which will be used like in a for loop for(str in sentence) which will be just pasted in the code block hashCodeLambda.Add(str)
str => hashCodeLambda.Add(str)
And this is what claude.ai returns regarding the problem:
What could be clarified:
The main reason for the different behavior is method group conversion. hashCodeDelegate.Add is a method group that the compiler must convert to a delegate. In doing so, it "binds" the method to the current instance of hashCodeDelegate.
Both are actually "bound": Both str => hashCodeLambda.Add(str) and hashCodeDelegate.Add capture their respective instances. The difference lies in when this binding occurs.
More precise explanation: With hashCodeDelegate.Add, the same once-bound instance is always used at the time of ForEach execution. The lambda str => hashCodeLambda.Add(str), however, captures the variable hashCodeLambda and resolves it anew with each execution.
Suggestion for improving your answer: You could mention that this is about "method group conversion" vs. "lambda capture" - those would be the correct C# technical terms for this phenomenon.
You can place a Spacer() between the last widget and the other widgets. This will work if your column doesn't sit in a SingleChildScrollView()
Body must be at least 30 characters;
My body is 106 kg (I like coockies). Hopefully it is equal or more than 30 firm characters...
i have the same issue and solve it buy install the java with devel since fedora in default install java headless (does not contains javac)
run this command in the terminal
sudo dnf install java-devel
Simplified version of a previous answer (no clearfix div needed):
legend {
float: left;
padding: 0;
}
legend + * { /* the first sibling of the legend */
clear: left;
}
Check if your hosting provider is blocking SMTP ports. Many providers, such as DigitalOcean, block these by default. To confirm whether this is the issue, run the test code locally.
You should upgrade to macOS Tahoe(version 26) to use the code assistant features.
Take a look at this similar case related to your issue Strange Project in Google Cloud and Somebody created projects on Google Cloud. You can also 1+ or chime in to these known issues.
AdditionallyI recommend reaching out to GCP Support for further assistance.
Why is my test failing? i have the following configuration
In order to change this, you need to open the Theme Object defined in the property Default Theme of your KB in Preferences. Once opened, look in the folder Customs for the class DIV.gx-mask:
There you can edit the class properties on the right pane tab Properties, for example:
If you need to add !important properties, go to the last property "Custom properties" and there you can add:
background-color: rgba(128, 128, 128, 0.5) !important; opacity: 1 !important;
put_local_to_s3 is async and you are not awaiting it. Here's a MRE of what is happening. In this example, you are performing main1 (not awaiting an async function), main2 is how to correct it. Note that there are compile warnings saying that not awaiting a future does nothing. Playground link
Thank you for this post!! Very helpful.
i believe you need to have another endpoint as pointed in documentation..
as2:receipt/methodName?[parameters]
I have no idea whether it is more efficient or not, but I watched https://youtu.be/V08g_lkKj6Q?si=QE9cdUNjvRBZh44n and implemented the below code.
/*[13] Create a program to find all the prime numbers between 1 and 100. There is a classic method for doing this, called the “Sieve of Eratosthenes.” If you don’t know that method, get on the Web and look it up. Write your program using this method.*/
// This program finds all prime numbers between 1 and 100 using the Sieve of Eratosthenes method.
#include "PPP.h";
int main()
{
vector<int> number_sequence;
// generates sequence of numbers from 0 to 100:
for (int i = 0; i <= 100; ++i) // starts from 0 to make indexing easier
number_sequence.push_back(i);
// Seive of Eratosthenes method for calculating prime numbers between 1 and 100:
number_sequence[1] = 0; // 1 is not a prime
for (int i = 2; i * i <= 100; ++i) // starts from 2, as 0 and 1 are not prime numbers
if (number_sequence[i] != 0)
for (int j = i * 2; j < number_sequence.size(); j += number_sequence[i])
number_sequence[j] = 0; // make the number as 0 if the number is not a prime
// outputs prime numbers:
for (int x : number_sequence)
if (x != 0) // since the non prime nubers are marked as 0 we exclude
cout << x << " ";
cout << '\n';
}
Try finding hidden Characters in glh.name or gll.je_line_num .
For example: Non-breaking spaces, Tab characters etc.
As mentioned above, you can change the box shadow, but personally I found I needed to specify the focus state:
_focus={{ outline: 'none', boxShadow: 'none' }}`
Achei teu post hoje quando estava modificando uma pipeline aqui da azure (usando github como repo)
existe a flag
autoCompletePullRequest: true
que ao executar a pipeline no final ele tem um trigger automatico para a pullrequest aberta, e se não tem aberta ele cria uma
For simplicity I am just talking about gramps42, but this applies to all related directories.
Right click on gramps-addons/gramps42 does not offer a delete option. gramps-addons does offer a delete option, and asks whether I want to keep the data on my computer (I said Yes), and whether I want to apply to the enclosed folders (I said Yes).
When I did this, it removed all the data for these addons from my computer, and removed both gramps-addons and enclosed folders in Explorer, and addons-gramps42 in Explorer (as well as the related data on my computer).
This was not what I wanted at all.
I restored my entire workspace from a Tim Machine backup (restoring all the files into the workspace was incomplete saying that I should check for files being locked - none seemed to be. So I restored "Workspace" to Workspace2" which worked, then deleted "Workspace" and renamed "Workspace2" to "Workspace"). This backup did not have any of the duplicated references. I don't know how I got into this erroneous situation, but I have now bypassed it (not resolved it).
If I get into this situation again, I think I would try moving (or copying) addons-gramps42 to somewhere else, deleting gramps-addons (which removes all addons) then moving addons-gramps42 back to my workspace.
import seaborn as sns
sns.countlot(data=df, x='churned' ,hue = 'gender')
With this you can't you stacking
But you can do the same thing, plus stacking with histplot. Hist is usually used for numerical variables, but it does counting so it will do a job
sns.histplot(data=df, x='churned', hue='gender', nultiple='stack')
https://github.com/vuthaiduy1990/android-wind-library/wiki/Crypto
This library can help you. It's free opensource. It support to encrypt/Decrypt with Symmetric Key or Asymmetric Key
For example:
String seed = "v56JBdk75^&*GU156OJ^*(x";
byte[] secretKey = CWCryptoUtils.generateSymmetricKey(seed, 16).getEncoded();
String originText = "Color the wind";
byte[] encrypted = CWCryptoUtils.encrypt(secretKey, CWStreamUtils.stringToBytes(originText));
export function play(a) {
console.log('Hello '+ a);
}
then
import { play } from './audio.js';
play('you');
=> Hello you
Tested with https://playcode.io/
Did you also try to clear your browser cache ?
Just so everyone know you can not do this on widgets! @States do not work in widgets b/c Widgets are static by nature
When you do git clone [email protected]... you are using SSH protocol, that requires Github to recognize your machine's SSH key.
But as you have open repo you can simply do: git clone https://github.com/me/repo.
For more understanding of cloning a repo, see this
The problem was caused by String resource having new line /n character which was pushing "Tasks" label and icon upwards.
before:
<string name="tasks_nav_item_label">Tasks/n</string>
So I removed /n,
after:
<string name="tasks_nav_item_label">Tasks</string>
Works perfectly:
Screenshot of real device(phone)
Is there any proper solution of this issue? Like how we can controle the firebase authentication and don’t let the users to sighnin with google or link the acount without overwriting thier passwords?
I think this is the exact issue I had here: https://github.com/django/asgiref/issues/529
I posted a workaround on the issue:
import sys
import io
from asgiref.wsgi import WsgiToAsgi, WsgiToAsgiInstance
class WsgiToAsgiInstanceFixed(WsgiToAsgiInstance):
def build_environ(self, scope, body):
environ = super().build_environ(scope, body)
# environ["wsgi.errors"] = io.StringIO() # Doesn't print anything ?
environ["wsgi.errors"] = sys.stderr
return environ
class WsgiToAsgiFixed(WsgiToAsgi):
async def __call__(self, scope, receive, send):
await WsgiToAsgiInstanceFixed(self.wsgi_application)(scope, receive, send)
Write and upload a screenshot of a SQL query that shows all the users name and telephone numbers of each person. Make sure you sort everyone by first name and last name. Who if anyone does not have a telephone number. *
If using tailwind v4 the documentation misses out ring-offset-color
I've found bg-color helps with the clipped border radius but if you have any ring offset by default it's white and you cannot make it transparent. This means you need to set it also.
I've ended up just having to pass in a prop for the classes I want to apply for colour because I have different background colours the same component can sit on. Could do this with a class prop or if you only have 2 options then you could just use a boolean...
That's just my experience/solution for ring.
Browsers treat an external SVG used as a mask-image like a static resource, so its CSS animations don’t restart on each hover — they only run once when the SVG is first loaded. That’s why you see it animate the first time but not again until a reload or cache reset. To make it replay every hover, you’ll need to “reset” the animation by either embedding the SVG inline in your HTML (so you can toggle classes or animation properties directly on hover), or by forcing the browser to reload the resource (e.g., swapping the mask URL with a query string like mask-image: url(...svg?${Date.now()})). Inline SVG with hover-triggered animations is usually the cleanest solution because you get full control over when the animation starts .
To open multiple types of terminals in a split terminal open the first terminal you need, then click the downward arrow next to the '+' > the 'Split terminal with profile'. You'll see the different available terminals you can add:
(screenshot of the terminal profile settings with different terminals listed in the action list)
After making your selection you should see them together:
(screenshot of terminal is opened with powershell on the left and bash on the right)
I also the same issue. I was setup kafka with kraft and I want to config SASL_PLAIN with SCRAM-SHA-512 for controller and broker, but when start it was error "org.apache.kafka.common.errors.SaslAuthenticationException: Authentication failed during authentication due to invalid credentials with SASL mechanism SCRAM-SHA-512"
This is my config:
server.properties
process.roles=broker,controller
node.id=1
broker.id=1
broker.rack=rack1
[email protected]:9095,[email protected]:9095,[email protected]:9095
listeners=INTERNAL://:9092,EXTERNAL://:19092,CONTROLLER://:9095
inter.broker.listener.name=INTERNAL
advertised.listeners=EXTERNAL://192.169.1.1:19092,INTERNAL://192.169.1.1:9092,CONTROLLER://192.169.1.1:9095
controller.listener.names=CONTROLLER
listener.security.protocol.map=EXTERNAL:PLAINTEXT,INTERNAL:SASL_PLAINTEXT,CONTROLLER:SASL_PLAINTEXT
sasl.enabled.mechanisms=SCRAM-SHA-512
sasl.mechanism.inter.broker.protocol=SCRAM-SHA-512
sasl.mechanism.controller.protocol=SCRAM-SHA-512
kafka_jaas.conf
internal.KafkaServer {
org.apache.kafka.common.security.scram.ScramLoginModule required
username="admin"
password="admin-secret";
};
controller.KafkaServer {
org.apache.kafka.common.security.scram.ScramLoginModule required
username="admin"
password="admin-secret";
};
ERROR [kafka-1-raft-outbound-request-thread]: Failed to send the following request due to authentication error: ClientRequest(expectResponse=true, callback=org.apache.kafka.raft.KafkaNetworkChannel$$Lambda/0x00007f2e2042b978@269e7e54, destination=3, correlationId=997, clientId=raft-client-1, createdTimeMs=1757950053205, requestBuilder=VoteRequestData(clusterId='kafkacluster', voterId=3, topics=[TopicData(topicName='__cluster_metadata', partitions=[PartitionData(partitionIndex=0, replicaEpoch=0, replicaId=1, replicaDirectoryId=YPRulu-ZAqyqmkdm2vYEGA, voterDirectoryId=AAAAAAAAAAAAAAAAAAAAAA, lastOffsetEpoch=0, lastOffset=0, preVote=true)])])) (org.apache.kafka.raft.KafkaNetworkChannel$SendThread)
org.apache.kafka.common.errors.SaslAuthenticationException: Authentication failed during authentication due to invalid credentials with SASL mechanism SCRAM-SHA-512
Simply, use {} curly braces around play function when importing it.
import {play} from "../../audio.js";
You should really use a off canvas option like used on https://studiojae.fr/
Cause when you'll use cache or code JS, it just gonna make conflicts.
Use Off Canvas https://elementor.com/help/off-canvas-widget/
and it's also more design.
Hope it helps
I was able to fix the provisioning problem by (re)starting the VM from the Compute Infrastructure blade rather than the DevTest Lab environment.
It seems that creating the SAS URL "confuses" the managed DevTest Lab environment. Starting the VM manually from the Compute Infrastructure environment seems to have updated and "resynced" the managed DevTest Lab environment.
I found the issue. It wasn't CSS. Apparently Windows 11 scales everything by default (according to resolution?) and I guess I never realized until trying to work with exact pixel values here
For those who has found this topic and are struggling to actually implement it. This is how
val lwi = object: WindowInfo { override val isWindowFocused = true }
CompositionLocalProvider(LocalWindowInfo provides lwi) {
//here put your composables
}
Thanks mklement.
I know I need to put my glasses more frequently, but:
$groupSID = (Get-ADGroup -Identity "GroupName" -Properties ObjectSID).ObjectSID
$identityReference = $groupSID.Value
$readAllRule =
>> [System.DirectoryServices.ActiveDirectoryAccessRule]::new(
>> $identityReference,
>> [System.DirectoryServices.ActiveDirectoryRights]::GenericRead,
>> [System.Security.AccessControl.AccessControlType]::Allow,
>> [System.DirectoryServices.ActiveDirectorySecurityInheritance]::Descendents,
>> [guid]::Empty
>> )
Cannot find an overload for "new" and the argument count: "5".
At line:1 char:1
+ $readAllRule =
+ ~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodException
+ FullyQualifiedErrorId : MethodCountCouldNotFindBest
PS H:\Scripts\Superscript> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.17763.7671
And $IdentityReference gives the correct SID.
Running on a W2k19 server.
Thanks :-)
Luuke
You fail to consider subclasses:
class B(A):
def __bool__(self) -> bool:
return False
reveal_type(foobar(B())) # `int | None` at type checking time,
# but `B` at runtime.
To avoid this pitfall, mark A as @final:
from typing import final
@final
class A: ...
As for a better way to write optional_obj and optional_obj.attribute, see
How do I get Pylance to ignore the possibility of None?.
I having this issue on WebStorm 2025.2.1
474.7 Plugin JavaScript and TypeScript: lang.javascript.psi.types (in com.intellij)
Process name %CPU
WebStorm 983.9 5:58:36.73 162 806 Apple 0.0 37.90 88969
Full CPU, fans out of control
Or easier... for example, you can use square brackets in the tag name!
This can be done with a type lookup, although it looks like you might have to use an as cast when you pass the parameter to make sure typescript knows its the right input type:
type Output<I> = I extends InputA ? OutputA
: I extends InputB ? OutputB
: I extends InputC ? OutputC
: never;
function transform<I>(input: I): Output<I> {
// todo
}
const a = transform({ type: "a" } as InputA);
// ^? OutputA
const b = transform({ type: "b" } as InputB);
// ^? OutputB
const c = transform({ something: "else" } as InputC);
// ^? OutputC
The as cast may not be needed, providing Typescript can infer the type from elsewhere.
Perfect, this works. I think elastic team should also implement arbitrary field references for all Logstash Elasticsearch configurations in future.
Axios posts preflight request only in development mode in production mode it does not puts preflight request , that's why you don't need to handle that
What you should be doing is the following:
let buttons = document.querySelectorAll("button");
buttons.forEach(myFunction);
function myFunction(button){
button.addEventListener("click", function() {
alert("I got clicked!");
});
};
This way you are attaching the event to each button, as opposed to add 7 events to window ( that is the global object ). The forEach method of an array calls the supplied function with each element as argument: ForEach
You want to call the addEventListener method on the element, for example:
let buttons = document.querySelectorAll("button");
buttons.forEach(myFunction);
function myFunction(button){
button.addEventListener("click", function() {
alert("I got clicked!");
});
};
or, more simply:
let buttons = document.querySelectorAll("button");
for (let button of buttons) {
button.addEventListener("click", function() {
alert("I got clicked!");
});
}
https://www.w3schools.com/jsref/met_element_addeventlistener.asp
This could help - delete the cache file located at C:\Users\[your username]\AppData\Local\Microsoft\VisualStudio\18.0_[set of letters and numbers]\Roslyn\RemoteHost\Cache
Source: https://developercommunity.visualstudio.com/t/Errors-seen-immediately-following-new-in/10962760
State = signal<{ busy: boolean; id?: string; text?: string; error?: string }>({ busy: false });
State.set({ busy: true, id: d.id });
The problem was in the conda-forge packaging of ipopt, that on Windows it lacked the ipopt.exe executable. The problem was fixed in https://github.com/conda-forge/ipopt-feedstock/pull/125, so make sure that you have a ipopt version newer then 3.14.17 and it should be solved.
According to the documentation, it seems that the parent property only accepts page_id or database_id. I’m not sure where you got the “type” and “workspace” attributes from. Could you clarify what you are trying to achieve specifically?
for angular 17 and higher:
<div>
<ng-container #wrapper></ng-container>
</div>
and in ts file:
import {ViewContainerRef, viewChildren} from '@angular/core';
public wrapper= viewChildren('wrapper', { read: ViewContainerRef });
ngAfterViewInit() {
this.wrapper.createComponent(SomeComponent);
}
As answered by @HansUp:
You have an ACCDB database which contains the form and VBA code you showed us. That database has the Microsoft Office 16.0 Access Database Engine Object Library reference checked. When you change the declaration to Dim MyRsMF As DAO.Recordset, that line triggers the compile error 'User-defined data type not defined'.
Test that code in a new ACCDB. If it works there, your older ACCDB may be corrupt.
Decompiling was indeed found to resolve the OP's issue.
If you’re formatting JSON that contains sensitive data (API keys, tokens, etc.), never assume an online tool is safe. Offline tools or trusted local editors are safer.
You don't need the jakartaee-pac4j module if you use the jax-rs-pac4j library.
The http://schemas.microsoft.com/sharepoint/soap, URL doesn't work for me anymore.
It says "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.".
Does it still work for you guys?
The only not recommended workaround I could find was to add the hardcoded path in the vendor/laravel/telescope/resources/js/app.js file
window.Telescope.basePath = '/your-desired-path/' + window.Telescope.path;
// After struggling on ChatGPT for 2 hours,
// padding: EdgeInsets.zero, solved the issue in 1 second from stackoverflow.com :)
GridView.builder(
padding: EdgeInsets.zero,
// extra code
),