375 questions
0 votes
0 answers
37 views
How to get an Environmental Variable in AWS AppSync - in the SAM version?
In CloudFormation, you can add a property called EnvironmentVariables to have access to these variables in the JS resolvers. In SAM, this property doesn't exist and I can't find a way to inject a ...
1 vote
0 answers
63 views
Angular 18.2.10: inject() Fails in Resolver
Question: I'm using Angular 18.2.10 and defining routes with loadComponent for lazy loading. I have a wrapper component that should wrap all child routes. However, when I use loadComponent without ...
1 vote
0 answers
50 views
"At least one route resolver didn't emit any value" Navigation error on parent route resolver (Angular)
I have an inconsistent navigation issue when authenticating on my website. On authentication from the login page, there is a navigation to the home page (auth only). On occasion, the navigation fail, ...
0 votes
1 answer
145 views
NGINX ProxyPass with Regular Expression and Resolver doesn't work
I'm setting up a NGINX server and I created a block with regular expression and added a ProxyPass directive using the captured parts with the regex. I'm using the URL http://localhost:8089/first-...
0 votes
1 answer
94 views
Intermittent Test Failures with Resolver in Unit Tests
I use the Resolver dependency injection framework in my iOS project and unit tests. Some tests fail intermittently when run together (CMD + U), but they succeed when run independently. For example, ...
0 votes
1 answer
446 views
How do I implement an Android VPN App with Local DNS resolver
Is it possible to make an Android VPN app, using VpnService.addDnsServer, and have DNS queries go to my own autonomous DNS resolver server listening on my phone's 127.0.0.1:5353 port? Here is my code ...
1 vote
1 answer
789 views
Angular 18: How to redirect on result of resolve
In Angular 18, I am trying to resolve a value before navigation, but redirect to another page based on that value. Please don't link to a page titled "Redirecting Guards and Resolvers in Angular ...
1 vote
1 answer
364 views
Shopware 6.6 - CMS Resolver
I have a custom CMS Resolver with demo data. First, i use shopware 6.5, everything works fine. I updated to shopware 6.6. If i drag & drop my CMS Element, the data of the content (with my defined ...
-1 votes
2 answers
60 views
Sylius override AvailableProductOptionValuesResolver
With sylius 1.13 i wan't to override AvailableProductOptionValuesResolver.php I've copied the original class in src/Component/Product/Resolver/AvailableProductOptionValuesResolver.php and change the ...
1 vote
0 answers
99 views
Angular - Resolver - ComponentStore
In angular 17, with ngrx, I have a resolver and once the page is resolved, I have a component with a component store. Here is my resolver: export const timeRecordingTypeResolver: ResolveFn<...
0 votes
1 answer
103 views
Difference between yup infer and what I need to be as my typeface
Based on my types and schemas, I need to have conditional schema which helps me to returns its keys based on select gender, but It does not work correctly. yup: 1.4.0 export enum PersonGender { ...
0 votes
1 answer
104 views
Does Python dns.resolver use a fallback nameserver if the provided one is invalid?
I am attempting to check DNS records using Python, however an IP address I am checking I know to not be a valid resolver, and yet, it is returning the correct NS records. So, does dns.resolver perform ...
0 votes
2 answers
585 views
validate json schema using NjsonSchema with ref field
I tried to validate this schema using NjsonSchema but I getting error like ": 'Could not resolve the JSON path '/defs/product' because no document path is available.'" this is my main-schema-...
0 votes
1 answer
34 views
How to mask resolver name from requestor in service now itsm
I have the use case where the requestor shouldn't not know who is resolving the ticket. The workgroup being exposed is ok. Even an alias is fine but name should not be visible. Is it possible in ...
0 votes
1 answer
63 views
my json file does not match my graphQL queries [closed]
I'm using graphql-yoga and when I run the query users I get the error TypeError: Cannot read properties of undefined (reading 'users'). Even though I surfed the internet and got help from chatgpt, I ...