Skip to content

Instantly share code, notes, and snippets.

View fackux's full-sized avatar

Facundo López fackux

View GitHub Profile
"unitGroupsData": {
"Departamentos En Venta": {
"1": {
"totalArea": {
"tuple0": 39,
"tuple1": 44
},
"coveredArea": {
"tuple0": null,
"tuple1": null
@fackux
fackux / recomendeds.json
Created February 23, 2024 18:43
Mock recomendados URB
[
{
"postingId": "142734626",
"title": null,
"url": "/inmueble/proyecto/ememefna-proyecto-porta-360-lima-miraflores-checor-ingenieria-y-construccion-142734626?labs=0,Developments,20240223121725,891a8afc-2ca5-4bdf-999d-11e970264336&userid=75833181&itemid=0&labs_source=PREPRO_RECOMENDADOS_FICHA_USUARIO_DESKTOP&labs_version=2",
"operationType": null,
"price": "S/ 611,100",
"expenses": null,
"location": "Miraflores, Lima",
"address": "Calle Porta 360",
@fackux
fackux / data.json
Created December 12, 2023 17:52
recomoendaitons
{
"userItem": [
{
"postingId": "44923942",
"title": null,
"url": "/propiedades/venta-en-pozo-1-3-y-duplex-c-balc-y-parri-propia-44923942.html?labs=2,24-u-i-blacklist,20231205093224,03c4c9af-9833-4893-b8f1-7b844d6f6a9d&userid=49547407&itemid=0&labs_source=PREPRO_RECOMENDADOS_RECOMMENDED_PAGE_USUARIO_DESKTOP&labs_version=2",
"operationType": "Precio venta",
"price": "USD 95.500",
"expenses": null,
"location": "Boedo, Capital Federal",
@fackux
fackux / recomendeds.json
Created December 1, 2023 14:41
Mock recomendados Rest
{
"last-view": [
{
"postingId": "52647794",
"title": null,
"url": "/propiedades/precioso-monoambiente-en-monte-castro-con-amenities!-52647794.html?labs=0,itemOfflineFallback,20231201093810,0bf672f5-ee0c-455c-a33a-90e97b4d6f9c&userid=50403893&itemid=0&labs_source=RECOMENDADOS_RECOMMENDED_PAGE_USUARIO_DESKTOP&labs_version=2",
"operationType": "Precio venta",
"price": "USD 85.000",
"expenses": "$ 9.000",
"location": "Monte Castro, Capital Federal",
@fackux
fackux / global.gd
Created June 6, 2023 04:27
Godot Movimiento
extends Node
var score : int
# Movimiento del player, ejes de movimiento.
var axis : Vector2
# Función para retornar la dirección pulsada.
func get_axis() -> Vector2:
axis.x = int(Input.is_action_pressed("ui_right")) - int(Input.is_action_pressed("ui_left"))
@fackux
fackux / error lerna final
Last active February 8, 2023 18:48
error lerna final
$ /home/flopez/src/navent/re-ui-kit/node_modules/.bin/lerna version --conventional-commits --conventional-graduate
lerna notice cli v3.22.1
lerna info versioning independent
lerna WARN conventional-graduate all packages
lerna info Graduating all prereleased packages
lerna info Looking for changed packages since @navent-re/[email protected]
lerna info ignoring diff in paths matching [ '*.stories.js', '*.md', '*.test.js' ]
lerna info getChangelogConfig Successfully resolved preset "conventional-changelog-angular"
Changes:
@fackux
fackux / datos.json
Last active August 17, 2022 18:35
error listado
{
"listAppliedFilters": undefined,
"posting": {
"priceOperationTypes": [
{
"lowPricePercentage": null,
"operationType": {
"name": "Venta",
"operationTypeId": "1"
},
@fackux
fackux / haproxy.cfg
Last active August 3, 2022 19:08
Landing Emprendimientos HAProxy en Local
# File local
# /etc/haproxy/haproxy.cfg
# AGREGAR DESPUES DE: ```acl acl_home path -i /```
acl acl_home_emprendimientos_zp path -i /emprendimientos
acl acl_home_emprendimientos_i24_coa path -i /desarrollos
acl acl_home_emprendimientos_iwbr path -i /lancamentos
acl acl_home_emprendimientos_wibr path -i /lancamentos
acl acl_home_emprendimientos_adv_urb_plv_cll path -i /proyectos
in RadioRenderType (created by Filters)
in div (created by moreFiltersDropdownstyles__DropDownChildren)
in moreFiltersDropdownstyles__DropDownChildren (created by MoreFiltersDropdown)
in div (created by moreFiltersDropdownstyles__DropDownContent)
in moreFiltersDropdownstyles__DropDownContent (created by MoreFiltersDropdown)
in div (created by moreFiltersDropdownstyles__DropDownContainer)
in moreFiltersDropdownstyles__DropDownContainer (created by MoreFiltersDropdown)
in MoreFiltersDropdown (created by Filters)
in div (created by Filters)
@fackux
fackux / error bootRun
Created May 3, 2022 13:09
error bootRun
sed by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisFactory' defined in URL [jar:file:/home/flopez/.gradle/caches/modules-2/files-2.1/com.navent.realestate/realestate-portal-core/7.34.1-SSR-RC1/de6e3953a98a644fbe16bba9c32e800192000c4/realestate-portal-core-7.34.1-SSR-RC1.jar!/com/navent/realestate/session/service/RedisFactory.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.navent.realestate.session.service.RedisFactory]: Constructor threw exception; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: All sentinels down, cannot determine where is master-iw-prepro master is running...
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:312)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:293)
at org.spr