We are encountering the following warning on our self-hosted agent:
Warning:
Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64
Environment Details:
Agent OS Type: Linux x86_64
Could you please help us understand the cause of this warning and how to resolve it?
Thank you in advance for your assistance!
Reasons:
Blacklisted phrase (0.5): Thank you
RegEx Blacklisted phrase (3): Could you please help us
RegEx Blacklisted phrase (3): Thank you in advance
RegEx Blacklisted phrase (1.5): how to resolve it?
I am having exact same issue, but following the above solution as well as adding babel or ts-parser, didn't help me. Do you guys have other suggestions i could try
I am having the same problem. You wrote it is a known issue. Just a friendly check: any expectation on a time frame for that? Thanks in advance for any light you can shed on this.
I’ve encountered a similar issue when switching to Cloudflare Workers. The build included unnecessary dependencies like Angular, Apache, and Rust, which made the project size balloon. Once I optimized my build configuration and removed the unused tools, the size was greatly reduced. If you're facing the same issue, I'd recommend reviewing your build and excluding any unnecessary libraries.
Yes, that's exactly what I want to know!!! Just BASIC like we used on the C64. Or TRS-80. Or Apple Whatever. Or VIC20. Or Acorn. Beginners All-purpose Symbolic Instruction Code, DO YOU SPEAK IT?
has the problem been solved because I'm having the same problem and I can't find a solution yet?
E:\flutter_application_3\windows\flutter\ephemeral\cpp_client_wrapper\include\flutter\encodable_value.h(199,60): error C2665: 'std::variantstd::monostate,bool,int32_t,int64_t,double,std::string,std::vector<uint8_t,std::allocator<uint8_t>,std::vector<int32_t,std::allocator>,std::vector<int64_t,std::allocator<int64_t>>,std::vector<double,std::allocator>,flutter::EncodableList,flutter::EncodableMap,flutter::CustomEncodableValue,std::vector<float,std::allocator>>::variant': no overloaded function could convert all the argument types [E:\flutter_application_3\build\windows\x64\plugins\firebase_auth\firebase_auth_plugin.vcxproj]
Error: Build process failed.
Reasons:
Blacklisted phrase (1): I'm having the same problem
RegEx Blacklisted phrase (2): I can't find a solution
RegEx Blacklisted phrase (2): can't find a solution
I'm having the exact same issue. This is not an answer to your question, but I think the problem comes from the update to Expo 52 with the new architecture, which, as far as I understand it, is unavoidable if you wanna use Expo Go for testing. They're working on it, but there isn't a proper solution yet. You can browse through this issue on the react-native-maps github for more information:
You wouldn’t use :MoveTo() on a humanoid, you would use it on the model itself. Example:
Instead of:
humanoid:MoveTo(targetPosition)
You would do:
mob:MoveTo(targetPosition)
Another thing I am noticing is that it seems like you want to make it walk to the destination? If you wanted that, you wouldn’t use :MoveTo() at all. :MoveTo() sets the model’s position instantly. You might need to use pathfinding to achieve this.
I do have one question that might help me help you: Can you show a photo of the print outputs?
We do not use the word "commit" on remote repo right? we commit changes to local repo/branch and do push to remote or do pull from remote. So on remote -- each astrek represents a change that was accepted from localrepo.
When we branch from trunk - which side the branch go? does it have any significance?
what you do in composition is tight coupling and it is not easy to dynamically change or add behaviour. In dependency injection you have the flexibility to dynamically add new behaviours to the Warrior class or test it with dummy data class. so in your code if warrior will only have reputation then you can go with composition but if you want the flexibility to add more features to the warrior then DI will do it better.
With the new structure of the @for() {} there is a bug, that the data provided is the next item in the array, instead of the dragged item.
Does anyone have solution for that?
I'm having a similar problem where my client's site works perfectly on Windows/Android, but the News section is blank on Apple devices. I'm stumped, and don't own any Apple products which makes it nearly impossible for me to troubleshoot... thanks in advance!
https://ayanjewelryco.com/news/
Reasons:
Blacklisted phrase (0.5): thanks
Blacklisted phrase (1): I'm having a similar problem
The solution here gives me error saying HostBuilder does not contain any definition for ConfigureFunctionsWorkerDefaults. These are the nuget packages I have installed.
I have the same problem few days ago. Already applied many ways but not fixed that problem. Finally, I accidentally recognized that problem caused by user's permission. The problem was solved when I run it under administrative role. Hope that helps.
As this issue for Visualforce extension suggests, the Visualforce Lanaguage Server fails to format Visualforce page/component only if the code contains <style> . . . . </style> tag(s).
Not an answer to your question, unfortunately, but I am unable to add this as a comment (not enough reputation on this particular StackOverflow site).
select posts.owneruserid [User Link]
, sum( case votes.votetypeid
when 1 then 15
when 2 then 10
when 3 then -2
else 0
end
) [estimated rep.]
from posts
inner join votes on votes.postid = posts.id
where posts.creationdate > dateadd(dd, -365, getdate())
and posts.owneruserid = ##userId##
group by posts.owneruserid
I’m encountering an issue on backups using pg_basebackup. I’ve noticed that the size of the pg_basebackup is consistently more than 10GB larger compared to the backup size on our standby server. What could be the reason? Both servers are same in configuration.
What settings do you recommend to optimize the backup size?
I’d appreciate any insights or suggestions you have on managing and reducing the size of pg_basebackup. Thanks in advance for your help!
Fase 1: Validar y descartar problemas con el perfil del usuario
Crear un perfil de prueba en el mismo dispositivo: Configurar un perfil de prueba con los mismos permisos y política DLP.
Intentar reproducir el problema.
Resultado esperado: Si el problema no se presenta en el nuevo perfil, el perfil del usuario original podría estar corrupto.
Regenerar el perfil del usuario afectado:Copia de seguridad de los datos del usuario.
Eliminar el perfil en el dispositivo y forzar su recreación al iniciar sesión.
Fase 2: Validar el cliente DLP en el dispositivo
Reiniciar servicios relacionados con DLP:
Ejecutar:
powershell
Copiar código
Restart-Service -Name "DlpSvc"
Resultado esperado: Forzar la aplicación correcta de la política en el cliente.
Borrar caché del cliente DLP:
Ubicación: %LOCALAPPDATA%\Microsoft\DLP.
Eliminar los archivos y reiniciar el dispositivo.
Actualizar componentes DLP:
Asegurarse de que el cliente de Microsoft Defender for Endpoint esté actualizado:
powershell
Copiar código
MpCmdRun.exe -SignatureUpdate
Fase 3: Validar y sincronizar políticas con Intune
Sincronizar políticas desde Intune:
Desde el dispositivo, ejecutar:
powershell
Copiar código
Start-ScheduledTask -TaskName "Sync Policy Task"
Eliminar y volver a registrar el dispositivo en Intune:
Desde el portal de Intune, desvincular el dispositivo afectado.
En el dispositivo, ejecutar:
powershell
Copiar código
dsregcmd /leave
Luego, registrar nuevamente el dispositivo.
Verificar la política en Intune:
Confirmar que la política DLP asignada no tiene conflictos o exclusiones superpuestas.
Asegurarse de que esté asignada correctamente al grupo del usuario.
Fase 4: Análisis de registros y comportamiento
Registros del cliente DLP:
Habilitar registros detallados:
powershell
Copiar código
Set-MpPreference -EnableControlledFolderAccessAudit 1
Reproducir el problema y revisar los registros en:
shell
Copiar código
%PROGRAMDATA%\Microsoft\Windows Defender\DlpLogs
Visor de eventos:
Revisar eventos específicos en:
Copiar código
Aplicación y Servicios Logs/Microsoft/Windows/DLP/Operational
Fase 5: Soluciones provisionales
Transferencia alternativa:
Permitir temporalmente que el usuario utilice un medio seguro, como OneDrive empresarial, para las transferencias.
Exclusión temporal de la política DLP:
Excluir al usuario o dispositivo de la política para confirmar si esta es la causa raíz.
3. Ejecución y Validación
Implementar las acciones descritas en las fases anteriores paso a paso.
Documentar los resultados de cada paso y las observaciones.
Validar si el problema persiste tras cada cambio.
4. Escalación (si el problema persiste)
Si el problema no se resuelve tras aplicar todos los pasos:
Escalar a Microsoft Support con:
Detalles del entorno.
Registros recopilados (Visor de eventos y DLP Logs).
Políticas de Intune aplicadas al dispositivo.
Herramientas y Comandos Clave
Sincronización de políticas:
powershell
Copiar código
Start-ScheduledTask -TaskName "Sync Policy Task"
Borrar caché DLP:
shell
Copiar código
%LOCALAPPDATA%\Microsoft\DLP
Verificar servicios DLP:
powershell
Copiar código
Restart-Service -Name "DlpSvc"
Registros detallados:
powershell
Copiar código
Set-MpPreference -EnableControlledFolderAccessAudit 1
I have the same issue. Any solutions?
Issue is that our company security scanners scans all possible URLs of APIM. Even the ones which not exist. We also have alerts enabled, so whenever security scan is done we receive alerts that smth is down.
As @dacort mentioned, The memory shown in the Spark UI is different than the memory allocated for the executor, it's the memory available for storage (a fraction of the total memory). See https://stackoverflow.com/a/47014697/5141922
Te escribo porque sería interesante comentar contigo la opción de que Java Swing Tips posicione en los primeros lugares de internet y que aparezca cada mes como noticia en cientos de periódicos digitales, con artículos reales dentro del periódico que no se marcan como publicidad y que no se borran.
Estas noticias se publicarán en más de cuarenta periódicos de gran autoridad para mejorar el posicionamiento de tu web y la reputación.
¿Podrías facilitarme un teléfono para aplicarte un mes gratuito?
Does anyone know of any way to convert a simple GIF to XAML? E.G. A tool that would look at an image and create ellipses, rectangles, and paths based upon a GIF / JPG / bitmap? This reminds me of a time when I was working on a project that required transitioning a static logo from a JPG to vector format for better scalability and customization. The process was similar to what you're asking about—turning an image into shapes that can be manipulated in design software. While XAML conversions might be more niche, tools like Adobe Illustrator or Inkscape can convert raster images into vector graphics, which could then be adapted into XAML paths with some tweaking. It’s a fascinating intersection of design and development!
What do you mean by 3. Run the local http server from the folder dist. open the web application browse the it manually. Can you please elaborate on this?
Reasons:
RegEx Blacklisted phrase (2.5): Can you please elaborate
i have the same issue and as a solution upgrading the gradle version in the project works as well. but every time i create a new flutter project i have to repeat this process. the default gradle version is always set to 8.3 . and i dont know how to change it.
I found that I click the first button on touch bar all the time to start debugging, but this button means run without debug. I should click the second button, that's a stupid mistake :(
Interesting.
IMHO, the over-use of 'object' is inane. That issue is likely related to caching/architecture and is basically an 'error/optimization of no consequence'--a good test is if you change z1, does z2 get changed? Probably not, if it does, that is a bug. For the int vs real, again, a "bug" of no consequence--probably an optimization--how does this break code? Please post that part; make that your favorite. :-)
(here come the flames & down votes... bite me)
We were having a similar issue where we had an embedded YouTube video for our current live stream and it was showing video unavailable even though we had the enableEmbed set to true.
This issue was fixed for us by changing the YouTube account setting found here:
Settings -> Channel -> Advanced Settings Tab -> Do you want to set your channel as made for kids? this needs to be NO otherwise YouTube embedding will not work and will show Video is unavailable.
Once this change was made our embedded videos were working as expected for live streaming
After many days, I found the problem, you need to build in "release" mode instead of "debug" mode.
It's not related to the audio_players darwin plugin.
You will have the same problems for others publings.
do you know how can i find the api of resident advisor for getting events information with tickets prices being updated every time prices fluctuate/tickets go sold out?
OK, Good question!
Your question is answerable, settle-able.
Let me correct: you have already found how to find all the data type (...)... castings(implicit type conversions) with MS VS extension,
Are you sure you wanna export'em to an .xml file, will .csv or .txt file do?
You have asked lastly within this thread:
Is there any method to find all the locations of implicit type conversions in C# code?
All the locations of implicit type conversions in code file are already found with that Resharper extension, aren't they?
You may need the extension output to .xml file saving functionality,
Do you have the source codes of the Resharper extension, if yes to add the function bool save_to_file(stringlike_datatype button_find_results) {...} to the resharper extension source code.
Have you found already another addon with such functionality already implemented(realized)?
Reasons:
Blacklisted phrase (1): Is there any
RegEx Blacklisted phrase (2.5): Have you found already another addon with such functionality already implemented
I just creared my own login/register framework via session cookie. It works nice, and instead of using database I use ini files. Much easier to understand. It maybe not be the fastest method however I don't expect thousands of logins per second either.